diff options
| -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; |
