2014-04-16 Steve Ellcey <sellcey@mips.com>

* ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
This commit is contained in:
Steve Ellcey 2014-04-16 10:45:08 -07:00
parent ab19de874b
commit 751e54c92e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-04-16 Steve Ellcey <sellcey@mips.com>
* ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
2014-04-09 Nick Clifton <nickc@redhat.com>
* Makefile.am (default-manifest.o): Remove rule.

View File

@ -98,7 +98,7 @@ generate_build_id (bfd *abfd,
const char *style,
checksum_fn checksum_contents,
unsigned char *id_bits,
int size)
int size ATTRIBUTE_UNUSED)
{
if (streq (style, "md5"))
{