summaryrefslogtreecommitdiffstats
path: root/SetFlags.cmake
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-14 14:44:04 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-14 14:44:04 +0100
commit22cdbe99b434a4442502c292bd541093a80cc9b7 (patch)
tree68d5126d8e6fd4f539294bc452fc438df789cdc5 /SetFlags.cmake
parentFixed xofts issues (diff)
downloadcuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar
cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.gz
cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.bz2
cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.lz
cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.xz
cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.zst
cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.zip
Diffstat (limited to 'SetFlags.cmake')
-rw-r--r--SetFlags.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/SetFlags.cmake b/SetFlags.cmake
index 42cfa6769..cdafcaa83 100644
--- a/SetFlags.cmake
+++ b/SetFlags.cmake
@@ -198,7 +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-missing-noreturn -Wno-error=unreachable-code -Wno-error=undef")
+ add_flags_cxx("-Wno-missing-noreturn -Wno-error=unreachable-code")
endif()
endif()