aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-01-03 08:33:16 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-01-13 10:17:42 -0300
commit6a498d780e6fd3b7db7575c4ec00c00dc8568fef (patch)
tree8202027761b9dc487362411a0c09a852a4e7ac8a /sysdeps/unix/sysv
parentf28702b2eead1c65292c4fc84ecade2be201de0e (diff)
downloadglibc-6a498d780e6fd3b7db7575c4ec00c00dc8568fef.zip
glibc-6a498d780e6fd3b7db7575c4ec00c00dc8568fef.tar.gz
glibc-6a498d780e6fd3b7db7575c4ec00c00dc8568fef.tar.bz2
elf: Suppress unused function clang for __ifunc_resolver
The __ifunc_resolver macro expands to: extern __typeof (__redirect_name) name __attribute__ ((ifunc ("iname_ifunc"))); static __typeof (__redirect_name) *name_ifunc (void) { [...] }; And although NAME_IFUNC is and alias for NAME, clang-18 still emits an 'unused function 'name_ifunc' [-Werror,-Wunused-function]' warning.
Diffstat (limited to 'sysdeps/unix/sysv')
0 files changed, 0 insertions, 0 deletions