From 65dea7da367259ef392482312c50947025ef9126 Mon Sep 17 00:00:00 2001 From: parlane Date: Tue, 29 Jan 2013 19:54:10 +0000 Subject: [PATCH] I blame Billiard. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a71b3f1b5f..634709dbb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,9 +123,6 @@ if(NOT MSVC) -Wsign-compare -Wignored-qualifiers -Wuninitialized -if (NOT ${CMAKE_CXX_COMPILER} MATCHES "clang++") - -Wlogical-op -endif() -Wshadow -Winit-self) endif(NOT MSVC)