glibc/dirent
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
..
alphasort64.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
alphasort.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
bug-readdir1.c
closedir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
dirent.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
dirfd.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
fdopendir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
getdents64.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
getdents.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
list.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Makefile Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126) 2024-09-21 19:32:34 +02:00
opendir-tst1.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
opendir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
readdir64_r.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
readdir64.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
readdir_r.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
readdir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
rewinddir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandir64-tail.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandir64.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandir-cancel.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandir-tail-common.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandir-tail.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandirat64.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
scandirat.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
seekdir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
telldir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-closedir-leaks.c dirent: Add tst-closedir-leaks 2024-09-21 19:32:34 +02:00
tst-fdopendir2.c
tst-fdopendir.c tests: replace read by xread 2023-06-19 09:14:56 -04:00
tst-readdir-long.c Suppress Clang warning on adding an integer to a string 2024-12-22 17:35:33 +08:00
tst-readdir-zero-inode.c Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126) 2024-09-21 19:32:34 +02:00
tst-rewinddir.c Suppress Clang warning on adding an integer to a string 2024-12-22 17:35:33 +08:00
tst-scandir64.c
tst-scandir.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-seekdir.c
Versions
versionsort64.c powerpc: Remove duplicated versionsort from libm.a (BZ 31789) 2024-05-23 13:41:29 -03:00
versionsort.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00