OSDN Git Service

2003-06-01 Andreas Jaeger <aj@suse.de>
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Jun 2003 18:48:38 +0000 (18:48 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Jun 2003 18:48:38 +0000 (18:48 +0000)
* gen-protos.c (main): Readd unused attribute for argc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67306 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gen-protos.c

index dc83f5c..290ee80 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-01  Andreas Jaeger  <aj@suse.de>
+
+       * gen-protos.c (main): Readd unused attribute for argc.
+
 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
 
        * Makefile.in (c-options.c, c-options.h): Parallel make safe.
index 04fb3c5..ee8f0a1 100644 (file)
@@ -129,7 +129,7 @@ parse_fn_proto (char *start, char *end, struct fn_decl *fn)
 }
 
 int
-main (int argc, char **argv)
+main (int argc ATTRIBUTE_UNUSED, char **argv)
 {
   FILE *inf = stdin;
   FILE *outf = stdout;