* scanner.c (get_file): Add ATTRIBUTE_UNUSED.

From-SVN: r87207
This commit is contained in:
Paul Brook 2004-09-08 23:31:36 +00:00 committed by Paul Brook
parent 667bbbbb7b
commit 4d28e18386
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-09-09 Paul Brook <paul@codesourcery.com>
* scanner.c (get_file): Add ATTRIBUTE_UNUSED.
2004-09-08 Paul Brook <paul@codesourcery.com>
* array.c: Don't include assert.h.

View file

@ -801,7 +801,7 @@ load_line (FILE * input, char **pbuf, char *filename, int linenum)
the file stack. */
static gfc_file *
get_file (char *name, enum lc_reason reason)
get_file (char *name, enum lc_reason reason ATTRIBUTE_UNUSED)
{
gfc_file *f;