summaryrefslogtreecommitdiff
path: root/ld/ldemul.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-07-11 20:09:04 +0000
committerIan Lance Taylor <ian@airs.com>1999-07-11 20:09:04 +0000
commit50f44c33d607114f4a2343b6406706ea38a478f0 (patch)
treed2ceaf64c74dee19e65824084719035753629a17 /ld/ldemul.c
parent5e1a177545885157d185cbc42a2ac11fe86d2cc5 (diff)
downloadbinutils-redhat-50f44c33d607114f4a2343b6406706ea38a478f0.tar.gz
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
as appropriate. Fill in structure initializations.
Diffstat (limited to 'ld/ldemul.c')
-rw-r--r--ld/ldemul.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/ldemul.c b/ld/ldemul.c
index eab0432da3..85a2894581 100644
--- a/ld/ldemul.c
+++ b/ld/ldemul.c
@@ -1,5 +1,6 @@
/* ldemul.c -- clearing house for ld emulation states
- Copyright (C) 1991, 92, 93, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 1999
+ Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -218,7 +219,7 @@ set_output_arch_default()
/*ARGSUSED*/
void
syslib_default(ignore)
- char *ignore;
+ char *ignore ATTRIBUTE_UNUSED;
{
info_msg (_("%S SYSLIB ignored\n"));
}
@@ -226,7 +227,7 @@ syslib_default(ignore)
/*ARGSUSED*/
void
hll_default(ignore)
- char *ignore;
+ char *ignore ATTRIBUTE_UNUSED;
{
info_msg (_("%S HLL ignored\n"));
}