summaryrefslogtreecommitdiff
path: root/elfutils/libebl/i386_corenote.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libebl/i386_corenote.c')
-rw-r--r--elfutils/libebl/i386_corenote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/libebl/i386_corenote.c b/elfutils/libebl/i386_corenote.c
index 482f81d7..c0f2bcce 100644
--- a/elfutils/libebl/i386_corenote.c
+++ b/elfutils/libebl/i386_corenote.c
@@ -1,5 +1,5 @@
/* i386 specific core note handling.
- Copyright (C) 2002 Red Hat, Inc.
+ Copyright (C) 2002, 2005 Red Hat, Inc.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
This program is Open Source software; you can redistribute it and/or
@@ -71,7 +71,7 @@ struct elf_prpsinfo
bool
i386_core_note (name, type, descsz, desc)
- const char *name;
+ const char *name __attribute__ ((unused));
uint32_t type;
uint32_t descsz;
const char *desc;