Add warning ignore from d643edc907 to cmake.

This commit is contained in:
Pentarctagon 2020-12-09 13:27:45 -06:00
parent 8ef6fe62ff
commit 941433e7a2
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -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"
)