summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-07-29 15:36:57 +0200
committerMattes D <github@xoft.cz>2015-07-29 15:36:57 +0200
commit5dbe1e730335cfae589c556da2a6c85113c568fc (patch)
treef112cb9c99d30ef103667336ca1110f3e60e6429
parentWebAdmin: Changed MCServer to Cuberite (diff)
parentFix FreeBSD build broken by strict compiler check (diff)
downloadcuberite-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.txt1
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)