NetBSD/usr.sbin/rtadvd
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
..
advcap.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
advcap.h
config.c rtadvd: fix rdnss and dnssl lifetime assignment 2019-06-14 09:06:45 +00:00
config.h
dump.c rtadvd: use %u to print unsigned variables 2018-11-16 08:57:10 +00:00
dump.h
if.c
if.h
logit.h
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
pathnames.h
prog_ops.h
rrenum.c
rrenum.h
rtadvd_hostops.c
rtadvd_rumpops.c
rtadvd.8
rtadvd.c - die sooner (if we got interrupted) 2019-03-29 21:51:52 +00:00
rtadvd.conf
rtadvd.conf.5 Minor improvements. 2018-04-21 09:31:08 +00:00
rtadvd.h Update values from RFC 8319 2018-04-20 16:37:17 +00:00
timer.c Lack of timeout is a programming error, so use an assert in it's place. 2018-04-20 16:07:48 +00:00
timer.h Allow timers to exist but be inactive. 2018-04-20 13:27:45 +00:00