Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for the fix that didn't fix.
  • Loading branch information
Parlane committed Jan 29, 2013
1 parent 570997e commit 4efbe17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -123,9 +123,9 @@ if(NOT MSVC)
-Wsign-compare
-Wignored-qualifiers
-Wuninitialized
if (NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
if (NOT ${CMAKE_CXX_COMPILER} MATCHES "clang++")
-Wlogical-op
endif(NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
endif()
-Wshadow
-Winit-self)
endif(NOT MSVC)
Expand Down

0 comments on commit 4efbe17

Please sign in to comment.