Add warning ignore from d643edc907
to cmake.
This commit is contained in:
parent
8ef6fe62ff
commit
941433e7a2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue