NetBSD/usr.bin/rpcgen
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
rpc_clntout.c
rpc_cout.c u_int -> unsigned int, in some of the output. 2016-01-23 02:33:09 +00:00
rpc_hout.c u_int -> unsigned int, in some of the output. 2016-01-23 02:33:09 +00:00
rpc_main.c Prefer error messages resolved from errno over handwritten ones. 2015-09-20 16:57:13 +00:00
rpc_parse.c u_int -> unsigned int, in some of the output. 2016-01-23 02:33:09 +00:00
rpc_parse.h modernize: 2015-05-09 21:44:47 +00:00
rpc_sample.c
rpc_scan.c Make error() printflike instead of using sprintf before calling it. 2015-05-09 23:28:43 +00:00
rpc_scan.h modernize: 2015-05-09 21:44:47 +00:00
rpc_svcout.c Delete extra declaration of svc_fdset... And some commented out code. 2015-11-08 01:59:31 +00:00
rpc_tblout.c u_int -> unsigned int, in some of the output. 2016-01-23 02:33:09 +00:00
rpc_util.c Prefer error messages resolved from errno over handwritten ones. 2015-09-20 16:57:13 +00:00
rpc_util.h Mark error as dead. 2015-05-13 20:13:21 +00:00
rpcgen.1