mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-20 20:16:46 +00:00
Add warning ignore from d643edc907
to cmake.
This commit is contained in:
parent
8ef6fe62ff
commit
941433e7a2
|
@ -215,7 +215,7 @@ add_library(lua ${LIBRARY_TYPE} EXCLUDE_FROM_ALL ${lua_STAT_SRC})
|
|||
set_target_properties(lua
|
||||
PROPERTIES
|
||||
COMPILE_FLAGS
|
||||
"-Wno-old-style-cast -Wno-useless-cast"
|
||||
"-Wno-old-style-cast -Wno-useless-cast -Wno-stringop-overflow"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user