* config/tc-cris.c (md_convert_frag): Mark the length_code local
variable as unused as it is only used when ENABLE_CHECKING is on.
This commit is contained in:
parent
f68e81fcd4
commit
66dbb2bbf4
@ -1,3 +1,8 @@
|
||||
2011-12-14 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/tc-cris.c (md_convert_frag): Mark the length_code local
|
||||
variable as unused as it is only used when ENABLE_CHECKING is on.
|
||||
|
||||
2011-12-14 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
* config/obj-macho.c: Add some more top-level comments.
|
||||
|
@ -815,7 +815,7 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT sec ATTRIBUTE_UNUSED,
|
||||
|
||||
/* Used to check integrity of the relaxation.
|
||||
One of 2 = long, 1 = word, or 0 = byte. */
|
||||
int length_code;
|
||||
int length_code ATTRIBUTE_UNUSED;
|
||||
|
||||
/* Size in bytes of variable-sized part of frag. */
|
||||
int var_part_size = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user