From: Toon Moene Date: Tue, 17 Jul 2001 10:42:57 +0000 (+0200) Subject: com.c (lang_print_error_function): Argument context is unused. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eae4bce3a43dad89963794efbc5c4b3b6271bcd8;p=gcc.git 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 --- 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;