diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-15 14:53:07 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-15 14:53:07 +0100 |
commit | 683e2f48405a2bcbf0b839db51379946e096b212 (patch) | |
tree | 43f1df6cdfab7c6c440554438cd087fc3c19096e /SetFlags.cmake | |
parent | Merge branch 'master' into globals (diff) | |
parent | Debuggers: Added a test for WE selection API. (diff) | |
download | cuberite-683e2f48405a2bcbf0b839db51379946e096b212.tar cuberite-683e2f48405a2bcbf0b839db51379946e096b212.tar.gz cuberite-683e2f48405a2bcbf0b839db51379946e096b212.tar.bz2 cuberite-683e2f48405a2bcbf0b839db51379946e096b212.tar.lz cuberite-683e2f48405a2bcbf0b839db51379946e096b212.tar.xz cuberite-683e2f48405a2bcbf0b839db51379946e096b212.tar.zst cuberite-683e2f48405a2bcbf0b839db51379946e096b212.zip |
Diffstat (limited to 'SetFlags.cmake')
-rw-r--r-- | SetFlags.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SetFlags.cmake b/SetFlags.cmake index 89bf35668..b786da0d0 100644 --- a/SetFlags.cmake +++ b/SetFlags.cmake @@ -196,9 +196,9 @@ macro(set_exe_flags) add_flags_cxx("-Wno-error=deprecated -Wno-error=weak-vtables -Wno-error=float-equal") add_flags_cxx("-Wno-error=missing-prototypes -Wno-error=non-virtual-dtor") add_flags_cxx("-Wno-error=covered-switch-default -Wno-error=shadow") - add_flags_cxx("-Wno-exit-time-destructors -Wno-error=missing-variable-declarations") - add_flags_cxx("-Wno-global-constructors -Wno-implicit-fallthrough") - add_flags_cxx("-Wno-missing-noreturn -Wno-error=unreachable-code") + 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-error=unreachable-code") endif() endif() |