mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
Suppress Clang warning on adding an integer to a string, like: tst-iconv-sticky-input-error.c:125:42: error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int] 125 | expected_output = "ABXY" + skip; | ~~~~~~~^~~~~~ tst-iconv-sticky-input-error.c:125:42: note: use array indexing to silence this warning 125 | expected_output = "ABXY" + skip; | ^ | & [ ] Co-Authored-By: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org> |
||
---|---|---|
.. | ||
dummy-repertoire.c | ||
gconv_builtin.c | ||
gconv_builtin.h | ||
gconv_cache.c | ||
gconv_charset.c | ||
gconv_charset.h | ||
gconv_close.c | ||
gconv_conf.c | ||
gconv_db.c | ||
gconv_dl.c | ||
gconv_int.h | ||
gconv_open.c | ||
gconv_parseconfdir.h | ||
gconv_simple.c | ||
gconv_trans.c | ||
gconv.c | ||
gconv.h | ||
iconv_charmap.c | ||
iconv_close.c | ||
iconv_open.c | ||
iconv_prog.c | ||
iconv_prog.h | ||
iconv.c | ||
iconv.h | ||
iconvconfig.c | ||
iconvconfig.h | ||
loop.c | ||
Makefile | ||
skeleton.c | ||
strtab.c | ||
test-gconv-modules | ||
tst-gconv-init-failure-mod.c | ||
tst-gconv-init-failure.c | ||
tst-iconv1.c | ||
tst-iconv2.c | ||
tst-iconv3.c | ||
tst-iconv4.c | ||
tst-iconv5.c | ||
tst-iconv6.c | ||
tst-iconv7.c | ||
tst-iconv8.c | ||
tst-iconv9.c | ||
tst-iconv_prog-buffer.sh | ||
tst-iconv_prog.sh | ||
tst-iconv-mt.c | ||
tst-iconv-opt.c | ||
tst-iconv-sticky-input-error.c | ||
tst-translit-locale | ||
tst-translit-mchar.c | ||
tst-translit-mchar.sh | ||
Versions |