]> git.ipfire.org Git - thirdparty/glibc.git/commit - dirent/Makefile
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 11 Mar 2022 13:40:44 +0000 (10:40 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 1 Nov 2022 12:51:06 +0000 (09:51 -0300)
commit8d98c7c00f3f06545de9e5ce5cf778d2ab2450a4
tree9fe2d950df8424164112464dfbb5ec906b279757
parent5c5a8b99cf96b71940e36a9db66d3a61bc315016
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases

clang emits an warning when a double alias redirection is used, to warn
the the original symbol will be used even when weak definition is
overridden.  However, this is a common pattern for weak_alias, where
multiple alias are set to same symbol.

Reviewed-by: Fangrui Song <maskray@google.com>
23 files changed:
argp/Makefile
configure
configure.ac
dirent/Makefile
inet/Makefile
io/Makefile
libio/Makefile
login/Makefile
misc/Makefile
posix/Makefile
resolv/Makefile
resource/Makefile
socket/Makefile
stdio-common/Makefile
stdlib/Makefile
string/Makefile
sysdeps/aarch64/Makefile
sysdeps/arm/Makefile
sysdeps/wordsize-64/Makefile
termios/Makefile
time/Makefile
wcsmbs/Makefile
wctype/Makefile