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:
parent
e11a4ae53f
commit
8e2b6930e1
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user