summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Hänninen <matti@mjhanninen.com>2015-07-20 17:17:45 +0200
committerMatti Hänninen <matti@mjhanninen.com>2015-07-20 17:17:45 +0200
commit6836bf6576d3410d8745e103edb2831c3e8edb4e (patch)
treedf0b3f5a391a35d5d10f4b853cc632e24fb9b5d3
parentMerge pull request #2372 from jammet/patch-7 (diff)
downloadcuberite-6836bf6576d3410d8745e103edb2831c3e8edb4e.tar
cuberite-6836bf6576d3410d8745e103edb2831c3e8edb4e.tar.gz
cuberite-6836bf6576d3410d8745e103edb2831c3e8edb4e.tar.bz2
cuberite-6836bf6576d3410d8745e103edb2831c3e8edb4e.tar.lz
cuberite-6836bf6576d3410d8745e103edb2831c3e8edb4e.tar.xz
cuberite-6836bf6576d3410d8745e103edb2831c3e8edb4e.tar.zst
cuberite-6836bf6576d3410d8745e103edb2831c3e8edb4e.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)