NetBSD/external/gpl2
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
..
diffutils Specify SANITIZER_RENAME_SYMBOL in diffutils 2018-06-25 18:01:13 +00:00
dtc make 'clean' and/or 'cleandir' actually clean all the things. 2018-05-31 09:08:25 +00:00
gawk
gettext Fix typo in previous 2018-06-24 19:27:26 +00:00
gmake/dist gmake: __alloca and __stat are provided only when building with GLIBC. 2018-05-23 09:52:27 +00:00
grep Specify SANITIZER_RENAME_SYMBOL in grep 2018-06-25 18:02:49 +00:00
groff introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
libmalloc convert HAVE_GCC handling to modern GCC release numbering: 2018-02-02 01:02:39 +00:00
lvm2 Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
rcs
send-pr Remove port-acorn26 2018-01-24 09:04:40 +00:00
texinfo Restore MAKEDOC. Fix a build failure on non NetBSD host. 2018-05-03 01:12:26 +00:00
xcvs introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
Makefile add DTC 2017-06-05 23:44:27 +00:00