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>
|
2016-12-31 Siddhesh Poyarekar <siddhesh@sourceware.org>
|
||||||
|
|
||||||
* manual/tunables.texi: New chapter.
|
* manual/tunables.texi: New chapter.
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#if !HAVE_TUNABLES
|
#if !HAVE_TUNABLES
|
||||||
static inline void
|
static inline void
|
||||||
__always_inline
|
__always_inline
|
||||||
__tunables_init (char **unused __attribute_unused)
|
__tunables_init (char **unused __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
/* This is optimized out if tunables are not enabled. */
|
/* This is optimized out if tunables are not enabled. */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user