1
0
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:
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"
)