cvsuser 01/12/31 19:53:01
Modified: . Configure.pl
Log:
Okay, I give. Removed some warnings because the darned system headers
were triggering them. Sloppy, sloppy coding...
Revision Changes Path
1.60 +3 -3 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/perlcvs/parrot/Configure.pl,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -w -r1.59 -r1.60
--- Configure.pl 1 Jan 2002 03:14:13 -0000 1.59
+++ Configure.pl 1 Jan 2002 03:53:00 -0000 1.60
@@ -2,7 +2,7 @@
#
# Configure.pl
#
-# $Id: Configure.pl,v 1.59 2002/01/01 03:14:13 dan Exp $
+# $Id: Configure.pl,v 1.60 2002/01/01 03:53:00 dan Exp $
#
# Author: Brent Dax
#
@@ -42,7 +42,7 @@
if($opt_version) {
print "Parrot Version $parrot_version Configure\n";
- print '$Id: Configure.pl,v 1.59 2002/01/01 03:14:13 dan Exp $' . "\n";
+ print '$Id: Configure.pl,v 1.60 2002/01/01 03:53:00 dan Exp $' . "\n";
exit;
}
@@ -292,7 +292,7 @@
my @opt_and_vers =
- (0 => "-Wall -ansi -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Winline -Wredundant-decls -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wconversion -Waggregate-return -Winline -W -Wsign-compare",
+ (0 => "-Wall -ansi -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Winline -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Wconversion -Waggregate-return -Winline -W -Wsign-compare",
# others; ones we might like marked with ?
# ? -Wundef for undefined idenfiers in #if
# ? -Wbad-function-cast