[svn:parrot] r44992 - trunk/config/auto

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Mar 18 04:50:48 UTC 2010


Author: petdance
Date: Thu Mar 18 04:50:47 2010
New Revision: 44992
URL: https://trac.parrot.org/parrot/changeset/44992

Log:
sort the options numerically so I can track changes better

Modified:
   trunk/config/auto/warnings.pm

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm	Thu Mar 18 03:14:16 2010	(r44991)
+++ trunk/config/auto/warnings.pm	Thu Mar 18 04:50:47 2010	(r44992)
@@ -219,17 +219,17 @@
     };
 
     $icc->{'basic'} = [ qw(
-        -wd269
-        -wd1572
-        -wd1599
+        -wd117
+        -wd177
         -wd181
+        -wd269
+        -wd810
         -wd869
         -wd981
-        -wd1419
-        -wd117
-        -wd810
-        -wd177
         -wd1296
+        -wd1419
+        -wd1572
+        -wd1599
         -Wall
         -Wcheck
         -w2


More information about the parrot-commits mailing list