Commit 4d28e183 by Paul Brook Committed by Paul Brook

* scanner.c (get_file): Add ATTRIBUTE_UNUSED.

From-SVN: r87207
parent 667bbbbb
2004-09-09 Paul Brook <paul@codesourcery.com>
* scanner.c (get_file): Add ATTRIBUTE_UNUSED.
2004-09-08 Paul Brook <paul@codesourcery.com> 2004-09-08 Paul Brook <paul@codesourcery.com>
* array.c: Don't include assert.h. * array.c: Don't include assert.h.
......
...@@ -801,7 +801,7 @@ load_line (FILE * input, char **pbuf, char *filename, int linenum) ...@@ -801,7 +801,7 @@ load_line (FILE * input, char **pbuf, char *filename, int linenum)
the file stack. */ the file stack. */
static gfc_file * static gfc_file *
get_file (char *name, enum lc_reason reason) get_file (char *name, enum lc_reason reason ATTRIBUTE_UNUSED)
{ {
gfc_file *f; gfc_file *f;
......
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