NetBSD/sbin/route
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
extern.h Factor out the netstat route printing code and use it here. There is no 2014-11-06 21:29:32 +00:00
keywords.c Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
keywords.h Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
keywords.sh Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
prog_ops.h Factor out the netstat route printing code and use it here. There is no 2014-11-06 21:29:32 +00:00
route.8 Remove references to XNS 2018-07-31 21:22:09 +00:00
route.c route(8): Show addres for RTM_LOSING 2019-09-02 00:30:01 +00:00
route_hostops.c
route_rumpops.c
rtutil.c Fix route and netstat -r output when built with -DSMALL 2017-07-13 08:26:29 +00:00
rtutil.h Add rcsid 2019-06-30 11:38:16 +00:00
show.c Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00