]> git.ipfire.org Git - thirdparty/glibc.git/commit
Supress unused command arguments warning with clang
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 28 Oct 2025 17:08:31 +0000 (14:08 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 29 Oct 2025 15:54:03 +0000 (12:54 -0300)
commit1ab6a62e681036a6e31a903d84097b7f9e47f7bb
treeecb473cc43d7d19571d3b0167a81353e87928e1f
parent970364dac00b38333e5b2d91c90d11e80141d265
Supress unused command arguments warning with clang

clang 20 issues an warning for the unused '-c' argument used to create
errlist-data-aux-shared.S, errlist-data-aux.S, siglist-aux-shared.S,
and siglist-aux.S.  Filter out the '-c' from the $(compile-command.c).

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
stdio-common/Makefile