aboutsummaryrefslogtreecommitdiff
path: root/opcodes/iq2000-desc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-15 12:52:03 +0000
committerNick Clifton <nickc@redhat.com>2005-02-15 12:52:03 +0000
commitbf143b25e9fc72d76625cbc229ef804b9ef42bae (patch)
tree0800c782c2d777a4039d7601001745a471c76a3b /opcodes/iq2000-desc.c
parent7b347e436d891e39488be78a0e7fccb51de7b3c0 (diff)
downloadfsf-binutils-gdb-bf143b25e9fc72d76625cbc229ef804b9ef42bae.zip
fsf-binutils-gdb-bf143b25e9fc72d76625cbc229ef804b9ef42bae.tar.gz
fsf-binutils-gdb-bf143b25e9fc72d76625cbc229ef804b9ef42bae.tar.bz2
Fix compile time warning messages
Diffstat (limited to 'opcodes/iq2000-desc.c')
-rw-r--r--opcodes/iq2000-desc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/iq2000-desc.c b/opcodes/iq2000-desc.c
index 56974ae..93d0c27 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 },