4000 warnings about not supporting a warning...

This commit is contained in:
parlane 2013-01-29 19:47:58 +00:00
parent 2ab1cccbe4
commit 570997e6a1
1 changed files with 2 additions and 0 deletions

View File

@ -123,7 +123,9 @@ if(NOT MSVC)
-Wsign-compare
-Wignored-qualifiers
-Wuninitialized
if (NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
-Wlogical-op
endif(NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
-Wshadow
-Winit-self)
endif(NOT MSVC)