glibc/iconv
Adhemerval Zanella 27a4b6421f Suppress Clang warning on adding an integer to a string
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>
2024-12-22 17:35:33 +08:00
..
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 iconv: Preserve iconv -c error exit on invalid inputs (bug 32046) 2024-09-20 13:51:09 +02:00
gconv_open.c
gconv_parseconfdir.h
gconv_simple.c iconv: Preserve iconv -c error exit on invalid inputs (bug 32046) 2024-09-20 13:51:09 +02:00
gconv_trans.c iconv: Preserve iconv -c error exit on invalid inputs (bug 32046) 2024-09-20 13:51:09 +02:00
gconv.c
gconv.h
iconv_charmap.c
iconv_close.c
iconv_open.c
iconv_prog.c iconv: Input buffering for the iconv program (bug 6050) 2024-09-20 13:51:09 +02:00
iconv_prog.h
iconv.c
iconv.h
iconvconfig.c
iconvconfig.h
loop.c iconv: do not report error exit with transliteration [BZ #32448] 2024-12-16 21:33:39 +01:00
Makefile iconv: Use $(run-program-prefix) for running iconv (bug 32197) 2024-09-24 12:35:40 +02:00
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 iconv: Input buffering for the iconv program (bug 6050) 2024-09-20 13:51:09 +02:00
tst-iconv_prog.sh iconv: do not report error exit with transliteration [BZ #32448] 2024-12-16 21:33:39 +01:00
tst-iconv-mt.c
tst-iconv-opt.c
tst-iconv-sticky-input-error.c Suppress Clang warning on adding an integer to a string 2024-12-22 17:35:33 +08:00
tst-translit-locale
tst-translit-mchar.c
tst-translit-mchar.sh
Versions