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

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Mar 18 20:26:43 UTC 2010


Author: petdance
Date: Thu Mar 18 20:26:43 2010
New Revision: 45025
URL: https://trac.parrot.org/parrot/changeset/45025

Log:
Added more options we want

Modified:
   trunk/config/auto/warnings.pm

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm	Thu Mar 18 20:17:56 2010	(r45024)
+++ trunk/config/auto/warnings.pm	Thu Mar 18 20:26:43 2010	(r45025)
@@ -240,15 +240,23 @@
         -Wcheck
         -Wcomment
         -Wdeprecated
+        -Weffc++
+        -Wextra-tokens
+        -Wformat
+        -Wformat-security
         -Wmain
+        -Wmissing-declarations
         -Wmissing-prototypes
         -Wpointer-arith
+        -Wport
         -Wreturn-type
+        -Wshadow
         -Wstrict-prototypes
         -Wuninitialized
         -Wunknown-pragmas
         -Wunused-function
         -Wunused-variable
+        -Wwrite-strings
     )];
 
     $data->{'warnings'}{'gcc'} = $gcc;


More information about the parrot-commits mailing list