NetBSD/usr.bin/config
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
TODO A few more. 2015-11-22 01:20:36 +00:00
config.1 Experimental ``suffix rules + subdirectories'' build support (-S). 2015-09-01 16:01:23 +00:00
config.5 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
config.samples.5 `Controller' takes two l's. 2014-03-06 15:00:21 +00:00
defs.h Bump config(5) version for OPT.foo.c variables. 2018-08-27 16:04:45 +00:00
files.c Make attribute deselection work: 2016-09-09 21:09:11 +00:00
gram.y Accept "-no" as a "no" that does not cause errors if the object deleted 2016-08-07 10:37:24 +00:00
hash.c - add RCSID's 2014-10-29 17:14:50 +00:00
lint.c - add RCSID's 2014-10-29 17:14:50 +00:00
main.c yydebug is now defined only if YYDEBUG is 2018-12-24 02:07:44 +00:00
mkdevsw.c Only emit bdevsw externs for entries in the bdev table, rather than for 2016-07-16 07:13:26 +00:00
mkheaders.c After thought, revert "Generate *.c files under conf/". Generate *.c files 2015-09-03 13:53:36 +00:00
mkioconf.c Don't print instances we've already printed. 2017-11-19 01:46:29 +00:00
mkmakefile.c Tag each .c file with the options that might have brought it in. 2018-08-27 05:35:00 +00:00
mkswap.c After thought, revert "Generate *.c files under conf/". Generate *.c files 2015-09-03 13:53:36 +00:00
pack.c Negating an integer and comparing it to 1 is a fancy way of checking for 2015-09-12 19:11:13 +00:00
scan.l Accept "-no" as a "no" that does not cause errors if the object deleted 2016-08-07 10:37:24 +00:00
sem.c Keep previous location of device definitions so we can print them in error 2018-04-09 17:46:56 +00:00
sem.h Accept "-no" as a "no" that does not cause errors if the object deleted 2016-08-07 10:37:24 +00:00
util.c Introduce a new syntax, "buildprefix", to specify prefix of files under kernel 2015-09-01 13:42:48 +00:00