summaryrefslogtreecommitdiff
path: root/elfutils/libebl/x86_64_destr.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libebl/x86_64_destr.c')
-rw-r--r--elfutils/libebl/x86_64_destr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/libebl/x86_64_destr.c b/elfutils/libebl/x86_64_destr.c
index 754ccc99..38058299 100644
--- a/elfutils/libebl/x86_64_destr.c
+++ b/elfutils/libebl/x86_64_destr.c
@@ -1,5 +1,5 @@
/* Destructor for x86_64 specific backend library.
- 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
@@ -21,7 +21,7 @@
void
x86_64_destr (bh)
- Ebl *bh;
+ Ebl *bh __attribute__ ((unused));
{
/* Nothing to do so far. */
}