remove -Wzero-as-null-pointer-constant flag for now

This commit is contained in:
Niklas Hofmann 2014-10-26 03:23:15 +01:00
parent b04211cc88
commit 27aa01a3f9
1 changed files with 1 additions and 1 deletions

View File

@ -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)