|
|
Author: paultcochrane
Date: Fri Aug 31 05:32:47 2007
New Revision: 20938
Modified:
trunk/config/auto/gcc.pm
Log:
[config] Removed a couple of warnings from the cage warnings list for gcc so
that gcc can compile parrot a bit further in this mode.
Modified: trunk/config/auto/gcc.pm
==============================================================================
--- trunk/config/auto/gcc.pm (original)
+++ trunk/config/auto/gcc.pm Fri Aug 31 05:32:47 2007
@@ -280,11 +280,12 @@
#3.0 => "-Wformat-nonliteral -Wformat-security -Wpacked "
# . "-Wdisabled-optimization -mno-accumulate-outgoing-args "
# . "-Wno-shadow -falign-functions=16 ",
- 4.0 => " -Wfatal-errors"
+ 4.0 => ""
+ #. " -Wfatal-errors"
. " -Wmissing-field-initializers"
. " -Wmissing-include-dirs"
. " -Wvariadic-macros"
- . " -Wno-discard-qual"
+ #. " -Wno-discard-qual"
. " -Wno-pointer-sign",
4.1 => " -Wc++-compat",
4.2 => "",
|
|