mirror of https://github.com/google/benchmark.git
remove -Wzero-as-null-pointer-constant flag for now
This commit is contained in:
parent
b04211cc88
commit
27aa01a3f9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue