Hey Parlane. Fixed it.

This commit is contained in:
Ryan Houdek 2013-01-29 13:59:03 -06:00
parent 65dea7da36
commit 75f2ba14b4

View File

@ -125,6 +125,9 @@ if(NOT MSVC)
-Wuninitialized
-Wshadow
-Winit-self)
if (NOT (${CMAKE_C_COMPILER} MATCHES "clang"))
-Wlogical-op
endif()
endif(NOT MSVC)
# gcc uses some optimizations which might break stuff without this flag