Skip to content

Commit

Permalink
Add the -Wzero-as-null-pointer-constant flag for GCC 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Nov 22, 2011
1 parent d8b901c commit d907aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auto/warnings.pm
Expand Up @@ -190,6 +190,7 @@ sub _init {
-Wunused-label
-Wunused-value
-Wunused-variable
-Wzero-as-null-pointer-constant
) ];

$gcc->{'cage'} = $gcc_or_gpp_cage;
Expand Down

0 comments on commit d907aa2

Please sign in to comment.