diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-10 19:57:04 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-10 19:57:04 +0100 |
commit | 693734bd8307f3089368cb3aca662641f92f2e71 (patch) | |
tree | 04fbd83ef7e0917d3e7c36fc7e6b3c2844cd20e3 | |
parent | Fixed Alignment issue in ByteBuffer (diff) | |
download | cuberite-693734bd8307f3089368cb3aca662641f92f2e71.tar cuberite-693734bd8307f3089368cb3aca662641f92f2e71.tar.gz cuberite-693734bd8307f3089368cb3aca662641f92f2e71.tar.bz2 cuberite-693734bd8307f3089368cb3aca662641f92f2e71.tar.lz cuberite-693734bd8307f3089368cb3aca662641f92f2e71.tar.xz cuberite-693734bd8307f3089368cb3aca662641f92f2e71.tar.zst cuberite-693734bd8307f3089368cb3aca662641f92f2e71.zip |
Diffstat (limited to '')
-rw-r--r-- | SetFlags.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SetFlags.cmake b/SetFlags.cmake index a9657fff1..d9308f603 100644 --- a/SetFlags.cmake +++ b/SetFlags.cmake @@ -197,7 +197,6 @@ macro(set_exe_flags) 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-error=exit-time-destructors -Wno-error=missing-variable-declarations") - add_flags_cxx("-Wno-error=cast-align -Wno-error=unused-macros") 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-error=format-nonliteral") |