diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-09-01 09:29:23 -0300 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-22 17:29:28 +0800 |
commit | 77c1128bd35009285820a5e92aa585bb74e2a5ae (patch) | |
tree | f8c6916372b6368c4e7f7394186bb1025c7ebc55 /stdio-common/printf-parsewc.c | |
parent | 69c181f2b3c25d5a8149b975167d1925be881acf (diff) | |
download | glibc-77c1128bd35009285820a5e92aa585bb74e2a5ae.zip glibc-77c1128bd35009285820a5e92aa585bb74e2a5ae.tar.gz glibc-77c1128bd35009285820a5e92aa585bb74e2a5ae.tar.bz2 |
stdio: Suppress %Z format for clang
clang does not handle %Z on print, and just suppressing
-Wformat-invalid-specifier might trigger another warning for extra
arguments (since %Z is ignored). So suppress -Wformat-extra-args
as well.
For tst-fphex.c a heavy hammer is used since the printf is more
complex and clang throws a more generic warning.
Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'stdio-common/printf-parsewc.c')
0 files changed, 0 insertions, 0 deletions