diff options
author | tycho <work.tycho@gmail.com> | 2015-05-24 14:24:34 +0200 |
---|---|---|
committer | tycho <work.tycho@gmail.com> | 2015-05-24 14:24:34 +0200 |
commit | 7a8025eacd28388b70a180f0b3348b09c4f14cf0 (patch) | |
tree | 25ea090e874dd82af3092ee662a6ef59fa0e13cb /Tools/ProtoProxy/CMakeLists.txt | |
parent | Made -Weverything an error. (diff) | |
download | cuberite-7a8025eacd28388b70a180f0b3348b09c4f14cf0.tar cuberite-7a8025eacd28388b70a180f0b3348b09c4f14cf0.tar.gz cuberite-7a8025eacd28388b70a180f0b3348b09c4f14cf0.tar.bz2 cuberite-7a8025eacd28388b70a180f0b3348b09c4f14cf0.tar.lz cuberite-7a8025eacd28388b70a180f0b3348b09c4f14cf0.tar.xz cuberite-7a8025eacd28388b70a180f0b3348b09c4f14cf0.tar.zst cuberite-7a8025eacd28388b70a180f0b3348b09c4f14cf0.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/ProtoProxy/CMakeLists.txt b/Tools/ProtoProxy/CMakeLists.txt index 1c48d7d93..0d3ef3f3e 100644 --- a/Tools/ProtoProxy/CMakeLists.txt +++ b/Tools/ProtoProxy/CMakeLists.txt @@ -15,7 +15,8 @@ include_directories("../../lib/polarssl/include") include_directories("../../src") if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - add_flags_cxx("-Wno-error=conversion") + add_flags_cxx("-Wno-error=sign-conversion -Wno-error=conversion -Wno-error=shorten-64-to-32 -Wno-error=keyword-macro") + add_flags_cxx("-Wno-error=old-style-cast") endif() function(flatten_files arg1) |