NetBSD/lib/libc/resolv
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.inc introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
h_errno.c
herror.c
mtctxres.c
res_comp.c
res_compat.c
res_data.c
res_debug.c Remove unused macro 2018-12-13 08:45:29 +00:00
res_debug.h
res_init.c
res_mkquery.c PR/52578: Benjamin M. Schwartz Set the AD bit when DNSSEC is enabled 2017-09-28 23:32:01 +00:00
res_private.h
res_query.c
res_send.c
res_state.c