NetBSD/tests/fs/common
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
..
fstest_ext2fs.c
fstest_ffs.c
fstest_lfs.c The cleaner is compiled into the ATF test harness for the LFS 2019-08-30 23:45:13 +00:00
fstest_msdosfs.c
fstest_nfs.c sprintf->snprintf 2019-10-05 22:06:29 +00:00
fstest_puffs.c don't check the return value of execvp() for failure to call err(). 2019-02-01 09:06:07 +00:00
fstest_rumpfs.c
fstest_sysvbfs.c
fstest_tmpfs.c
fstest_udf.c
fstest_v7fs.c
fstest_zfs.c
h_fsmacros.h
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
snapshot.c return return atf_no_error() instead of 0 for consistency. 2019-07-09 16:24:01 +00:00