NetBSD/external/gpl2/xcvs
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
..
bin introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
dist Add missing ; 2019-09-24 21:03:29 +00:00
doc
include Don't re-define MAP_ANONYMOUS 2017-01-12 23:15:49 +00:00
lib Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
Makefile change it from nonsense to english 2009-05-22 19:08:06 +00:00
Makefile.inc Specify SANITIZER_RENAME_SYMBOL in cvs 2018-06-25 18:03:56 +00:00