From 27aa01a3f9ddf21e34966a046767c3e8178ef2b3 Mon Sep 17 00:00:00 2001 From: Niklas Hofmann Date: Sun, 26 Oct 2014 03:23:15 +0100 Subject: [PATCH] remove -Wzero-as-null-pointer-constant flag for now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e0f8d0582..480d8a599b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ add_cxx_compiler_flag(-Wall) add_cxx_compiler_flag(-Wshadow) add_cxx_compiler_flag(-Werror) add_cxx_compiler_flag(-pedantic-errors) -add_cxx_compiler_flag(-Wzero-as-null-pointer-constant) +#add_cxx_compiler_flag(-Wzero-as-null-pointer-constant) # Release flags add_cxx_compiler_flag(-fno-strict-aliasing RELEASE)