Skip to content
Snippets Groups Projects
Commit 751e54c9 authored by Steve Ellcey's avatar Steve Ellcey
Browse files

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

	* ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
parent ab19de87
No related branches found
No related tags found
No related merge requests found
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> 2014-04-09 Nick Clifton <nickc@redhat.com>
* Makefile.am (default-manifest.o): Remove rule. * Makefile.am (default-manifest.o): Remove rule.
......
...@@ -98,7 +98,7 @@ generate_build_id (bfd *abfd, ...@@ -98,7 +98,7 @@ generate_build_id (bfd *abfd,
const char *style, const char *style,
checksum_fn checksum_contents, checksum_fn checksum_contents,
unsigned char *id_bits, unsigned char *id_bits,
int size) int size ATTRIBUTE_UNUSED)
{ {
if (streq (style, "md5")) if (streq (style, "md5"))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment