[Orxonox-commit 6512] r11156 - code/trunk/cmake
landauf at orxonox.net
landauf at orxonox.net
Sat Mar 26 14:49:36 CET 2016
Author: landauf
Date: 2016-03-26 14:49:36 +0100 (Sat, 26 Mar 2016)
New Revision: 11156
Modified:
code/trunk/cmake/CompilerConfigClang.cmake
Log:
clang doesn't know this compiler flag
Modified: code/trunk/cmake/CompilerConfigClang.cmake
===================================================================
--- code/trunk/cmake/CompilerConfigClang.cmake 2016-03-26 13:19:08 UTC (rev 11155)
+++ code/trunk/cmake/CompilerConfigClang.cmake 2016-03-26 13:49:36 UTC (rev 11156)
@@ -63,9 +63,6 @@
# Don't display hundreds of annoying deprecated messages
ADD_COMPILER_FLAGS("-Wno-deprecated" CXX CACHE)
-# Triggers lots of warnings in boost headers
-ADD_COMPILER_FLAGS("-Wno-unused-local-typedefs" CXX CACHE)
-
# Clang doesn't like some narrowing bullet does
ADD_COMPILER_FLAGS("-Wno-c++11-narrowing" CXX CACHE)
More information about the Orxonox-commit
mailing list