NetBSD/usr.bin/config
lukem c4b7a9e794 bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
2023-06-03 09:09:01 +00:00
..
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
TODO fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
config.1
config.5 remove duplicate the article in documentation. 2021-10-04 14:35:20 +00:00
config.samples.5 fix various typos, mainly in comments. 2022-04-04 19:33:44 +00:00
defs.h Avoid depending on common symbols. 2020-04-03 19:53:41 +00:00
files.c Keep track where more objects are declared so that we can print where things 2020-03-07 19:26:13 +00:00
gram.y Add debug output for ENDDEFS. 2020-07-26 22:40:52 +00:00
hash.c
lint.c PR/56453: Wataru Ashihara: config(1): Assertion fails in config -L 2021-10-12 17:14:10 +00:00
main.c Avoid depending on common symbols. 2020-04-03 19:53:41 +00:00
mkdevsw.c
mkheaders.c
mkioconf.c
mkmakefile.c
mkswap.c
pack.c
scan.l usr.bin: remove unnecessary lint comment CONSTCOND 2021-09-10 21:52:17 +00:00
sem.c config: remove unused local variable 2021-08-25 23:07:34 +00:00
sem.h
util.c Keep track where more objects are declared so that we can print where things 2020-03-07 19:26:13 +00:00