NetBSD/sbin/dump
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
..
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
dump.8 Add -D flag to allow the user to specify an alternate dumpdates file. 2019-08-19 18:12:50 +00:00
dump.h Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry 2019-03-25 02:13:01 +00:00
dumprmt.c
ffs_inode.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
itime.c Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry 2019-03-25 02:13:01 +00:00
main.c Add -D flag to allow the user to specify an alternate dumpdates file. 2019-08-19 18:12:50 +00:00
optr.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
pathnames.h
rcache.c Default the read block size (-k default value) to kern.maxphys (usually 2015-08-24 17:34:03 +00:00
snapshot.c - mark Exit() __dead 2019-02-03 12:17:14 +00:00
snapshot.h
tape.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
traverse.c Use getfsspecname() to fill the filesystem argument in dumpdates. 2019-03-01 16:42:11 +00:00
unctime.c