diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-cris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-cris.c b/gas/config/tc-cris.c index 1eb4ad1b02a..657c7edee32 100644 --- a/gas/config/tc-cris.c +++ b/gas/config/tc-cris.c @@ -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; |