diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-03 10:43:42 -0300 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-22 17:45:24 +0800 |
commit | 601b3d5db27ff0c7c7406b9af971b1bc7a1e3e49 (patch) | |
tree | d0c8b641ee0a4bdc1df4aef5d3263702707237e4 /math | |
parent | f6cf084155870578835f6c8e6f1969c8b26d11ac (diff) | |
download | glibc-601b3d5db27ff0c7c7406b9af971b1bc7a1e3e49.zip glibc-601b3d5db27ff0c7c7406b9af971b1bc7a1e3e49.tar.gz glibc-601b3d5db27ff0c7c7406b9af971b1bc7a1e3e49.tar.bz2 |
stdio: Suppress clang warnings for tst-vprintf-width-i18n.c
Clang issues the following warning:
tst-vfprintf-width-i18n.c:51:34: error: invalid conversion specifier '1'
[-Werror,-Wformat-invalid-specifier]
TEST_COMPARE (sprintf (buf, "%I16d", 12345), 16);
~~^
since it does not how to handle %I.
Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'math')
0 files changed, 0 insertions, 0 deletions