mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 18:36:10 +08:00
2014-04-16 Steve Ellcey <sellcey@mips.com>
* ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
This commit is contained in:
@ -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"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user