diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2001-07-17 12:42:57 +0200 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2001-07-17 10:42:57 +0000 |
commit | eae4bce3a43dad89963794efbc5c4b3b6271bcd8 (patch) | |
tree | f1170f04057922a6d904540f36cdc576c8d9881b /gcc | |
parent | 7a38df19fd3e701eb4dda937aa54eb2dfb298053 (diff) | |
download | gcc-eae4bce3a43dad89963794efbc5c4b3b6271bcd8.zip gcc-eae4bce3a43dad89963794efbc5c4b3b6271bcd8.tar.gz gcc-eae4bce3a43dad89963794efbc5c4b3b6271bcd8.tar.bz2 |
com.c (lang_print_error_function): Argument context is unused.
2001-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
* com.c (lang_print_error_function): Argument context
is unused.
From-SVN: r44069
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/com.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index ca56364..c358f5d 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2001-07-17 Toon Moene <toon@moene.indiv.nluug.nl> + + * com.c (lang_print_error_function): Argument context + is unused. + 2001-07-14 Tim Josling <tej@melbpc.org.au> * com.c (ffecom_overlap_): Remove references to EXPON_EXPR. diff --git a/gcc/f/com.c b/gcc/f/com.c index f861440..00618ba 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -13988,7 +13988,8 @@ lang_printable_name (tree decl, int v) #if BUILT_FOR_270 static void -lang_print_error_function (diagnostic_context *context, const char *file) +lang_print_error_function (diagnostic_context *context __attribute__((unused)), + const char *file) { static ffeglobal last_g = NULL; static ffesymbol last_s = NULL; |