Skip to content

Commit

Permalink
Hey Parlane. Fixed it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Jan 29, 2013
1 parent 65dea7d commit 75f2ba1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75f2ba1

Please sign in to comment.