diff options
author | Dave Brolley <brolley@redhat.com> | 2000-07-26 22:45:49 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2000-07-26 22:45:49 +0000 |
commit | 510925d36efcfe58c5b42dabd950899221cdf26b (patch) | |
tree | e8caa926f346a3a4b8b686d33993b16ed303053e /opcodes/cgen-dis.c | |
parent | 9d551405defb4c10fe3006b9ef7a8d42a8fb4a95 (diff) | |
download | gdb-510925d36efcfe58c5b42dabd950899221cdf26b.zip gdb-510925d36efcfe58c5b42dabd950899221cdf26b.tar.gz gdb-510925d36efcfe58c5b42dabd950899221cdf26b.tar.bz2 |
2000-07-26 Dave Brolley <brolley@redhat.com>
* cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
(cgen_hw_lookup_by_num): Ditto.
(cgen_operand_lookup_by_name): Ditto.
(print_address): Ditto.
(print_keyword): Ditto.
* cgen-dis.c (hash_insn_array): Mark unused parameters with
ATTRIBUTE_UNUSED.
* cgen-asm.c (hash_insn_array): Mark unused parameters with
ATTRIBUTE_UNUSED.
(cgen_parse_keyword): Ditto.
Diffstat (limited to 'opcodes/cgen-dis.c')
-rw-r--r-- | opcodes/cgen-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-dis.c b/opcodes/cgen-dis.c index 78b1cd9..f8598f1 100644 --- a/opcodes/cgen-dis.c +++ b/opcodes/cgen-dis.c @@ -43,7 +43,7 @@ hash_insn_array (cd, insns, count, entsize, htable, hentbuf) CGEN_CPU_DESC cd; const CGEN_INSN * insns; int count; - int entsize; + int entsize ATTRIBUTE_UNUSED; CGEN_INSN_LIST ** htable; CGEN_INSN_LIST * hentbuf; { |