diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-17 10:42:57 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-17 10:42:57 +0000 |
commit | cdf506e26e1dd0cbc5af340b0800feb8f37b05bb (patch) | |
tree | f1170f04057922a6d904540f36cdc576c8d9881b /gcc | |
parent | 34d2ed0618768744654cd82ec13ae310d68e70ae (diff) | |
download | gcc-cdf506e26e1dd0cbc5af340b0800feb8f37b05bb.tar.gz |
2001-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
* com.c (lang_print_error_function): Argument context
is unused.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44069 138bc75d-0d04-0410-961f-82ee72b054a4
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 ca563649d97..c358f5dfe18 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 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; |