cvsuser     02/01/13 11:44:28

  Modified:    .        Configure.pl
  Log:
  Turn off unsed things warnings for now
  
  Revision  Changes    Path
  1.79      +3 -3      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/Configure.pl,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -w -r1.78 -r1.79
  --- Configure.pl      13 Jan 2002 19:23:14 -0000      1.78
  +++ Configure.pl      13 Jan 2002 19:44:28 -0000      1.79
  @@ -2,7 +2,7 @@
   #
   # Configure.pl
   #
  -# $Id: Configure.pl,v 1.78 2002/01/13 19:23:14 dan Exp $
  +# $Id: Configure.pl,v 1.79 2002/01/13 19:44:28 dan Exp $
   #
   # Author: Brent Dax
   #
  @@ -75,7 +75,7 @@
   
   if($opt_version) {
       print "Parrot Version $parrot_version Configure\n";
  -    print '$Id: Configure.pl,v 1.78 2002/01/13 19:23:14 dan Exp $' . "\n";
  +    print '$Id: Configure.pl,v 1.79 2002/01/13 19:44:28 dan Exp $' . "\n";
       exit;
   }
   
  @@ -393,7 +393,7 @@
   
       
       my @opt_and_vers = 
  -        (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",
  +        (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 -Wno-unused",
           # others; ones we might like marked with ?
           # ? -Wundef for undefined idenfiers in #if
           # ? -Wbad-function-cast
  
  
  


Reply via email to