Skip to content

Commit

Permalink
we are -Wpointer-sign clean;
Browse files Browse the repository at this point in the history
Move it from "disabled" in --cage to active in normal warnings probe.



git-svn-id: https://svn.parrot.org/parrot/trunk@44661 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Mar 5, 2010
1 parent 211ba9f commit a230f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auto/warnings.pm
Expand Up @@ -132,6 +132,7 @@ sub _init {
-Wpacked
-Wparentheses
-Wpointer-arith
-Wpointer-sign
-Wreturn-type
-Wsequence-point
-Wno-shadow
Expand Down Expand Up @@ -179,7 +180,6 @@ sub _init {
-Wno-format-extra-args
-Wno-import
-Wno-multichar
-Wno-pointer-sign
-Wunreachable-code
-Wunused
-Wunused-function
Expand Down

0 comments on commit a230f3c

Please sign in to comment.