diff options
Diffstat (limited to 'elf/dl-tunables.h')
-rw-r--r-- | elf/dl-tunables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-tunables.h b/elf/dl-tunables.h index 0337818..c11facc 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. */ } |