Skip to content

Commit

Permalink
removed -Wzero-as-null-pointer-constant because of too many false pos…
Browse files Browse the repository at this point in the history
…itives
  • Loading branch information
petdance committed Mar 4, 2012
1 parent 675a804 commit dcc70b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/auto/warnings.pm
Expand Up @@ -190,7 +190,6 @@ 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 dcc70b5

Please sign in to comment.