* scanner.c (get_file): Add ATTRIBUTE_UNUSED.
From-SVN: r87207
This commit is contained in:
parent
667bbbbb7b
commit
4d28e18386
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue