[svn:parrot] r43865 - branches/rm_cflags/config/auto

coke at svn.parrot.org coke at svn.parrot.org
Wed Feb 10 14:05:04 UTC 2010


Author: coke
Date: Wed Feb 10 14:05:01 2010
New Revision: 43865
URL: https://trac.parrot.org/parrot/changeset/43865

Log:
Promote a warning that the build is clean on.
Add a note about why these warnings may not be in effect at compile time.

--This line, and those belffow, will be ignored--

M    config/auto/warnings.pm

Modified:
   branches/rm_cflags/config/auto/warnings.pm

Modified: branches/rm_cflags/config/auto/warnings.pm
==============================================================================
--- branches/rm_cflags/config/auto/warnings.pm	Wed Feb 10 13:55:19 2010	(r43864)
+++ branches/rm_cflags/config/auto/warnings.pm	Wed Feb 10 14:05:01 2010	(r43865)
@@ -36,6 +36,9 @@
 
     # Please keep these sorted by flag name, such that "-Wno-foo" is
     # sorted as "-Wfoo", so we can turn off/on as needed.
+
+    # Note that these warnings may be turned off for individual files
+    # in the Makefile.
     my @potential_warnings = qw(
         -falign-functions=16
         -fvisibility=hidden
@@ -49,6 +52,7 @@
         -Wchar-subscripts
         -Wcomment
         -Wdisabled-optimization
+        -Wdiv-by-zero
         -Wendif-labels
         -Wextra
         -Wformat
@@ -109,7 +113,6 @@
         -Wlong-long
         -Wmissing-format-attribute
         -Wdeprecated-declarations
-        -Wdiv-by-zero
         -Wno-format-extra-args
         -Wno-import
         -Wno-multichar


More information about the parrot-commits mailing list