From 6c10990dfd7186c063f2857439477a377c29fb18 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 17 Jan 2006 10:34:43 +0000 Subject: PR binutils/2159 * elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused parameters. --- bfd/elf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 5cd9215..2ef3872 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -7889,8 +7889,8 @@ elfcore_write_pstatus (bfd *abfd, char *buf, int *bufsiz, long pid, - int cursig, - const void *gregs) + int cursig ATTRIBUTE_UNUSED, + const void *gregs ATTRIBUTE_UNUSED) { pstatus_t pstat; char *note_name = "CORE"; -- cgit v1.1