From 7abd33951af4363fd01a01be12ca1e953cfc8a82 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 21 Aug 2010 14:03:47 +0200 Subject: Buildsystem: Enable warnings by default - warnings are ment to be noticed and fixed, not ignored --HG-- branch : trunk --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) # -- cgit v1.2.3