diff options
author | tycho <work.tycho@gmail.com> | 2015-05-23 13:59:41 +0200 |
---|---|---|
committer | tycho <work.tycho@gmail.com> | 2015-05-23 14:21:02 +0200 |
commit | a5624debcb15f5edadeb598d86b4b8ee738d03bd (patch) | |
tree | de7e37a2405d004830c418e96910b4dd483c4866 /src/Generating/CMakeLists.txt | |
parent | Disable warnings in MCADefrag, ProtoProxy and tests (diff) | |
download | cuberite-a5624debcb15f5edadeb598d86b4b8ee738d03bd.tar cuberite-a5624debcb15f5edadeb598d86b4b8ee738d03bd.tar.gz cuberite-a5624debcb15f5edadeb598d86b4b8ee738d03bd.tar.bz2 cuberite-a5624debcb15f5edadeb598d86b4b8ee738d03bd.tar.lz cuberite-a5624debcb15f5edadeb598d86b4b8ee738d03bd.tar.xz cuberite-a5624debcb15f5edadeb598d86b4b8ee738d03bd.tar.zst cuberite-a5624debcb15f5edadeb598d86b4b8ee738d03bd.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Generating/CMakeLists.txt b/src/Generating/CMakeLists.txt index 42c9d14e0..8167b8ec7 100644 --- a/src/Generating/CMakeLists.txt +++ b/src/Generating/CMakeLists.txt @@ -78,6 +78,8 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") set_source_files_properties(ComposableGenerator.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=switch-enum") set_source_files_properties(FinishGen.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=switch-enum -Wno-error=switch") set_source_files_properties(NetherFortGen.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors") + set_source_files_properties(PieceGenerator.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors") + set_source_files_properties(Prefab.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors") set_source_files_properties(RainbowRoadsGen.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors") set_source_files_properties(RoughRavines.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=float-equal") set_source_files_properties(StructGen.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=switch-enum -Wno-error=switch") |