NetBSD/usr.sbin/perfused
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
..
debug.c - remove dup included files 2012-01-30 22:49:03 +00:00
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
msg.c fix typo 2019-04-17 12:30:51 +00:00
perfused.8 perfused.8: fix typos 2019-07-06 00:45:02 +00:00
perfused.c Survive if filesystem installs a signal handler 2014-12-12 09:58:39 +00:00
perfused.h Mark perfused_panic as dead. Canonical form of infinite loops is 2012-02-04 18:36:30 +00:00