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

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

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

From-SVN: r67306
This commit is contained in:
Andreas Jaeger 2003-06-01 20:48:38 +02:00 committed by Andreas Jaeger
parent e11a4ae53f
commit 8e2b6930e1
2 changed files with 5 additions and 1 deletions

View 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.

View 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;