Commit 8e2b6930 by Andreas Jaeger Committed by Andreas Jaeger

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
parent e11a4ae5
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment