diff options
author | Mattes D <github@xoft.cz> | 2015-07-29 15:36:57 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-07-29 15:36:57 +0200 |
commit | 5dbe1e730335cfae589c556da2a6c85113c568fc (patch) | |
tree | f112cb9c99d30ef103667336ca1110f3e60e6429 | |
parent | WebAdmin: Changed MCServer to Cuberite (diff) | |
parent | Fix FreeBSD build broken by strict compiler check (diff) | |
download | cuberite-5dbe1e730335cfae589c556da2a6c85113c568fc.tar cuberite-5dbe1e730335cfae589c556da2a6c85113c568fc.tar.gz cuberite-5dbe1e730335cfae589c556da2a6c85113c568fc.tar.bz2 cuberite-5dbe1e730335cfae589c556da2a6c85113c568fc.tar.lz cuberite-5dbe1e730335cfae589c556da2a6c85113c568fc.tar.xz cuberite-5dbe1e730335cfae589c556da2a6c85113c568fc.tar.zst cuberite-5dbe1e730335cfae589c556da2a6c85113c568fc.zip |
-rw-r--r-- | src/HTTPServer/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HTTPServer/CMakeLists.txt b/src/HTTPServer/CMakeLists.txt index ab3828aae..e25628f7f 100644 --- a/src/HTTPServer/CMakeLists.txt +++ b/src/HTTPServer/CMakeLists.txt @@ -27,6 +27,7 @@ SET (HDRS if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") set_source_files_properties(HTTPServer.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors -Wno-error=old-style-cast") set_source_files_properties(HTTPConnection.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=switch-enum") + set_source_files_properties(HTTPMessage.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=tautological-compare") endif() if(NOT MSVC) |