
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."
$NetBSD: README,v 1.2 2003/11/12 13:31:08 grant Exp $ This is the CMU sup system, converted to use a NetBSD Makefile infrastructure. To build the sup system for another operating system, go into the "source" subdirectory, and use the Makefile provided there. -- Jason R. Thorpe <thorpej@NetBSD.org> October 6, 1997