NetBSD/usr.sbin/mrouted
mrg 832d47522a introduce new GCC 12 warning disables and use them in a few places
this introduces 4 new warning disable flags:

   CC_WNO_MISSING_TEMPLATE_KEYWORD
   CC_WNO_REGISTER
   CC_WNO_STRINGOP_OVERREAD
   CC_WNO_ARRAY_BOUNDS

and documents them in README.warnings.  of these, the string op
and array bounds are both problematic (real bugs) and also spurious
(not real bugs), and the other 2 are mostly temporary for older
3rd party code.

add some new uses of CC_WNO_STRINGOP_OVERFLOW.

fix m68k build for gallium and GCC 12.
2023-08-08 06:27:31 +00:00
..
LICENSE
Makefile introduce new GCC 12 warning disables and use them in a few places 2023-08-08 06:27:31 +00:00
callout.c
cfparse.y
config.c
defs.h
dvmrp.h
igmp.c
inet.c
kern.c
main.c
mrouted.8
pathnames.h
prune.c
prune.h
route.c
route.h
rsrr.c
rsrr.h
rsrr_var.h
snmp.c
snmp.h
vif.c
vif.h