mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
sys-libs/glibc: make clang less spammy
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
6e14b2dd0f
commit
5820144e65
@ -470,6 +470,11 @@ setup_flags() {
|
||||
append-ldflags '-Wl,--hash-style=both'
|
||||
fi
|
||||
|
||||
# clang warns about linker flags unused during compilation, but we don't
|
||||
# want that to turn into errors!
|
||||
# Let's turn the warning off entirely since it spams.
|
||||
append-flags -Wno-unused-command-line-argument
|
||||
|
||||
# #492892
|
||||
filter-flags -frecord-gcc-switches
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user