Skip to content
Snippets Groups Projects
Commit a87f55b0 authored by pbrook's avatar pbrook
Browse files

* scanner.c (get_file): Add ATTRIBUTE_UNUSED.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87207 138bc75d-0d04-0410-961f-82ee72b054a4
parent e6e27594
No related branches found
No related tags found
No related merge requests found
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment