Skip to content

Commit

Permalink
Suppress clang pedantic warning in Lua
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Jul 25, 2017
1 parent 4b39f14 commit d30b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -286,7 +286,7 @@ if(UNIX AND NOT CMAKE_COMPILER_IS_GNUCXX)
set_property(SOURCE
SOURCE ${libwesnoth-lua_STAT_SRC}
APPEND_STRING PROPERTY COMPILE_FLAGS
" -x c++ -Wno-parentheses-equality"
" -x c++ -Wno-parentheses-equality -Wno-conditional-uninitialized"
)
endif(UNIX AND NOT CMAKE_COMPILER_IS_GNUCXX)

Expand Down

0 comments on commit d30b6f6

Please sign in to comment.