Commit eae4bce3 by Toon Moene Committed by Toon Moene

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
parent 7a38df19
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> 2001-07-14 Tim Josling <tej@melbpc.org.au>
* com.c (ffecom_overlap_): Remove references to EXPON_EXPR. * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
......
...@@ -13988,7 +13988,8 @@ lang_printable_name (tree decl, int v) ...@@ -13988,7 +13988,8 @@ lang_printable_name (tree decl, int v)
#if BUILT_FOR_270 #if BUILT_FOR_270
static void 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 ffeglobal last_g = NULL;
static ffesymbol last_s = NULL; static ffesymbol last_s = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment