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

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Mar 18 23:14:12 UTC 2010


Author: petdance
Date: Thu Mar 18 23:14:11 2010
New Revision: 45046
URL: https://trac.parrot.org/parrot/changeset/45046

Log:
disabling more annoying warnings, plus notes about them

Modified:
   trunk/config/auto/warnings.pm

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm	Thu Mar 18 23:05:15 2010	(r45045)
+++ trunk/config/auto/warnings.pm	Thu Mar 18 23:14:11 2010	(r45046)
@@ -246,7 +246,9 @@
         -Wunused-variable
         -Wwrite-strings
         ),
-        '-diag-disable 981', # Ignore values evaluated in unknown order
+        # Disable some warnings and notifications that are overly noisy
+        '-diag-disable 981',  # Operands are evaluated in unspecified order
+        '-diag-disable 2259', # Non-pointer conversion from "typeA" to "typeB" may lose significant bits
     ];
 
     $data->{'warnings'}{'gcc'} = $gcc;


More information about the parrot-commits mailing list