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)