* 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:
Nick Clifton 2011-12-14 14:10:57 +00:00
parent f68e81fcd4
commit 66dbb2bbf4
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;