diff options
author | click <none@none> | 2010-08-21 14:03:47 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-21 14:03:47 +0200 |
commit | 7abd33951af4363fd01a01be12ca1e953cfc8a82 (patch) | |
tree | 3108102c615efa786b7806df2579423a5873ad6b /CMakeLists.txt | |
parent | ace057f1d76cd531fdf1b8e39d90b992a2d45498 (diff) |
Buildsystem: Enable warnings by default - warnings are ment to be noticed and fixed, not ignored
--HG--
branch : trunk
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a61b38f7901..4aae339d57f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ option(COREDEBUG "Build worldserver with additional debug-code included" 0) option(SCRIPTPCH "Use precompiled headers when compiling scripts project" 1) option(GAMEPCH "Use precompiled headers when compiling game project" 1) option(SQL "Copy SQL files during installation" 0) -option(WARNINGS "Enable all compile-warnings during compile" 0) +option(WARNINGS "Enable all compile-warnings during compile" 1) option(USE_SFMT "Use SFMT for random number generation." 0) # |