summaryrefslogtreecommitdiff
path: root/elfutils/libdw/dwarf_end.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libdw/dwarf_end.c')
-rw-r--r--elfutils/libdw/dwarf_end.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/libdw/dwarf_end.c b/elfutils/libdw/dwarf_end.c
index 0745d717..935bd3d2 100644
--- a/elfutils/libdw/dwarf_end.c
+++ b/elfutils/libdw/dwarf_end.c
@@ -1,5 +1,5 @@
/* Release debugging handling context.
- Copyright (C) 2002, 2003, 2004 Red Hat, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Red Hat, Inc.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
This program is Open Source software; you can redistribute it and/or
@@ -24,7 +24,7 @@
static void
-noop_free (void *arg)
+noop_free (void *arg __attribute__ ((unused)))
{
}