Skip to content

Commit

Permalink
remove -Wzero-as-null-pointer-constant flag for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Hofmann committed Oct 26, 2014
1 parent b04211c commit 27aa01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27aa01a

Please sign in to comment.