From 570997e6a11424bcd274fe08ef6e6fe0439e9e85 Mon Sep 17 00:00:00 2001 From: parlane Date: Tue, 29 Jan 2013 19:47:58 +0000 Subject: [PATCH] 4000 warnings about not supporting a warning... --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 990ee60a1f..cfab6b224b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,9 @@ if(NOT MSVC) -Wsign-compare -Wignored-qualifiers -Wuninitialized +if (NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++") -Wlogical-op +endif(NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++") -Wshadow -Winit-self) endif(NOT MSVC)