summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-02-04 20:15:41 +0100
committerTycho <work.tycho+git@gmail.com>2014-02-04 20:15:41 +0100
commitbee7de25f120a22e0a42b5a5a5347877ca167117 (patch)
tree2e8884be3ad54fa932526658bce4da4844c04243
parentImproved Type safety of eBlockFace (diff)
downloadcuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar
cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.gz
cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.bz2
cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.lz
cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.xz
cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.zst
cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.zip
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f336e20f..c40767d20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -208,6 +208,7 @@ if (NOT MSVC)
string(REPLACE "-w" "" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
string(REPLACE "-w" "" CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
string(REPLACE "-w" "" CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG}")
+ add_flags_cxx("-Wall")
endif()
if(${BUILD_TOOLS})