mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
tunables: Use correct unused attribute
This commit is contained in:
parent
7715d3ab50
commit
3c589b1a8a
@ -1,3 +1,7 @@
|
||||
2016-12-31 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* elf/dl-tunables.h (__tunables_init): Fix unused attribute.
|
||||
|
||||
2016-12-31 Siddhesh Poyarekar <siddhesh@sourceware.org>
|
||||
|
||||
* manual/tunables.texi: New chapter.
|
||||
|
@ -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. */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user