summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-12-31 20:27:36 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-31 20:27:36 +0100
commit3c589b1a8a4401e258ba23a03fcbcc79b82393ab (patch)
tree4b8d80bed414a6a916ab34a600e209ded18b9c28 /elf
parent7715d3ab5095ac8b256cc1c26e16aebf96f10597 (diff)
tunables: Use correct unused attribute
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-tunables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-tunables.h b/elf/dl-tunables.h
index 033781856a..c11facc14a 100644
--- a/elf/dl-tunables.h
+++ b/elf/dl-tunables.h
@@ -24,7 +24,7 @@
#if !HAVE_TUNABLES
static inline void
__always_inline
-__tunables_init (char **unused __attribute_unused)
+__tunables_init (char **unused __attribute__ ((unused)))
{
/* This is optimized out if tunables are not enabled. */
}