NetBSD/tests/lib/libc/ssp
mrg de11d87641 introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
2019-10-13 07:28:04 +00:00
..
h_fgets.c
h_getcwd.c
h_gets.c
h_memcpy.c
h_memmove.c
h_memset.c PR/51893: Ngie Cooper: prevent toolchain from optimizing out memset call 2017-01-16 16:34:24 +00:00
h_raw.c
h_read.c PR/51894: Ngie Cooper: Use /dev/zero to read instead of stdin 2017-01-16 16:35:57 +00:00
h_readlink.c
h_snprintf.c
h_sprintf.c
h_stpcpy.c
h_stpncpy.c fix lossage with gcc-4.5 2014-04-07 15:09:20 +00:00
h_strcat.c
h_strcpy.c
h_strncat.c
h_strncpy.c
h_vsnprintf.c
h_vsprintf.c
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
t_ssp.sh