summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-01 09:44:11 +0200
committermadmaxoft <github@xoft.cz>2014-04-01 09:44:11 +0200
commite610262fb10c6fafd3c3ff5f2c4f83ada9220e6d (patch)
tree962def962bab11e09195d398c6ee9f8648c76408
parentLOG() API reads the LogLevel from the cCompositeChat's MessageType. (diff)
downloadcuberite-e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d.tar
cuberite-e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d.tar.gz
cuberite-e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d.tar.bz2
cuberite-e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d.tar.lz
cuberite-e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d.tar.xz
cuberite-e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d.tar.zst
cuberite-e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d.zip
-rw-r--r--SetFlags.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/SetFlags.cmake b/SetFlags.cmake
index bbd8254ad..d90ad8b48 100644
--- a/SetFlags.cmake
+++ b/SetFlags.cmake
@@ -198,6 +198,7 @@ macro(set_exe_flags)
add_flags_cxx("-Wno-error=covered-switch-default -Wno-error=shadow")
add_flags_cxx("-Wno-error=exit-time-destructors -Wno-error=missing-variable-declarations")
add_flags_cxx("-Wno-error=global-constructors -Wno-implicit-fallthrough")
+ add_flags_cxx("-Wno-weak-vtables -Wno-switch-enum")
endif()
endif()