mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-15 15:21:18 +03:00
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>
1.1 KiB
1.1 KiB