diff options
author | madmaxoft <github@xoft.cz> | 2014-04-01 09:44:11 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-04-01 09:44:11 +0200 |
commit | e610262fb10c6fafd3c3ff5f2c4f83ada9220e6d (patch) | |
tree | 962def962bab11e09195d398c6ee9f8648c76408 /SetFlags.cmake | |
parent | LOG() API reads the LogLevel from the cCompositeChat's MessageType. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'SetFlags.cmake')
-rw-r--r-- | SetFlags.cmake | 1 |
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() |