one more reversal patch for gen-protos.c

Andreas Jaeger aj@suse.de
Sun Jun 1 18:49:00 GMT 2003


The autotester caught this - committed as obvious,

Andreas

2003-06-01  Andreas Jaeger  <aj@suse.de>

	* gen-protos.c (main): Readd unused attribute for argc.

Index: gen-protos.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gen-protos.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- gen-protos.c	1 Jun 2003 16:48:04 -0000	1.22
+++ gen-protos.c	1 Jun 2003 18:48:37 -0000	1.23
@@ -129,7 +129,7 @@ parse_fn_proto (char *start, char *end, 
 }
 
 int
-main (int argc, char **argv)
+main (int argc ATTRIBUTE_UNUSED, char **argv)
 {
   FILE *inf = stdin;
   FILE *outf = stdout;

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc-patches mailing list