Skip to content

Commit

Permalink
Add warning ignore from d643edc to cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon authored and sevu committed Jan 18, 2021
1 parent de68aad commit d580b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -211,7 +211,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"
)


Expand Down

0 comments on commit d580b3f

Please sign in to comment.