2014-04-16 Steve Ellcey <sellcey@mips.com>
* ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
This commit is contained in:
parent
ab19de874b
commit
751e54c92e
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue