1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
glibc/string
H.J. Lu 31c47126f4 string: Suppress Clang warnings on tester.c
Add a configure check for -Wno-fortify-source to suppress Clang warnings
on string/tester.c, like:

tester.c:385:10: error: 'strncat' size argument is too large; destination buffer has size 50, but size argument is 99 [-Werror,-Wfortify-source]
  385 |   check (strncat (one, "lmn", 99) == one, 1);   /* Returned value. */

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-23 06:28:55 +08:00
..
2024-02-27 10:52:58 -03:00
2021-09-03 22:06:44 +05:30
2021-09-03 22:06:44 +05:30
2024-02-01 09:31:33 -03:00
2024-02-01 09:31:33 -03:00
2024-02-01 11:02:01 +00:00
2024-12-22 13:03:46 +08:00
2024-12-22 13:03:46 +08:00
2024-12-18 18:51:34 +08:00