From eae4bce3a43dad89963794efbc5c4b3b6271bcd8 Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Tue, 17 Jul 2001 12:42:57 +0200 Subject: [PATCH] com.c (lang_print_error_function): Argument context is unused. 2001-07-17 Toon Moene * com.c (lang_print_error_function): Argument context is unused. From-SVN: r44069 --- gcc/f/ChangeLog | 5 +++++ gcc/f/com.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index ca563649d97..c358f5dfe18 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2001-07-17 Toon Moene + + * com.c (lang_print_error_function): Argument context + is unused. + 2001-07-14 Tim Josling * com.c (ffecom_overlap_): Remove references to EXPON_EXPR. diff --git a/gcc/f/com.c b/gcc/f/com.c index f8614401d7d..00618ba40cb 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; -- 2.30.2