diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-15 12:52:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-15 12:52:03 +0000 |
commit | 50acbd1119c1f5f5f089818991a51237f601a6e7 (patch) | |
tree | 27caf4889b935e85fa8cf40367788b76a32850c8 /opcodes/iq2000-desc.c | |
parent | 3f0d22b6e138fd3e1e596b68bdb2973d2f8a5efd (diff) | |
download | gdb-50acbd1119c1f5f5f089818991a51237f601a6e7.tar.gz |
Fix compile time warning messages
Diffstat (limited to 'opcodes/iq2000-desc.c')
-rw-r--r-- | opcodes/iq2000-desc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/iq2000-desc.c b/opcodes/iq2000-desc.c index 56974aebeb3..93d0c27fb4b 100644 --- a/opcodes/iq2000-desc.c +++ b/opcodes/iq2000-desc.c @@ -43,7 +43,7 @@ static const CGEN_ATTR_ENTRY bool_attr[] = { 0, 0 } }; -static const CGEN_ATTR_ENTRY MACH_attr[] = +static const CGEN_ATTR_ENTRY MACH_attr[] ATTRIBUTE_UNUSED = { { "base", MACH_BASE }, { "iq2000", MACH_IQ2000 }, @@ -52,7 +52,7 @@ static const CGEN_ATTR_ENTRY MACH_attr[] = { 0, 0 } }; -static const CGEN_ATTR_ENTRY ISA_attr[] = +static const CGEN_ATTR_ENTRY ISA_attr[] ATTRIBUTE_UNUSED = { { "iq2000", ISA_IQ2000 }, { "max", ISA_MAX }, |