NetBSD/lib/libc/citrus
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
..
modules The correct fix for lib/51000 is not to remove the apparently dead assignment 2019-07-08 06:45:01 +00:00
citrus_aliasname_local.h
citrus_bcs_strtol.c
citrus_bcs_strtoul.c
citrus_bcs.c
citrus_bcs.h
citrus_csmapper.c bump size 2019-10-09 23:23:41 +00:00
citrus_csmapper.h
citrus_ctype_fallback.c
citrus_ctype_fallback.h
citrus_ctype_local.h
citrus_ctype_template.h PR/54414: Valery Ushakov: c99 requires that wcsrtombs(3) updates the source 2019-07-28 13:52:23 +00:00
citrus_ctype.c
citrus_ctype.h
citrus_db_factory.c GC put16. 2013-09-14 13:05:51 +00:00
citrus_db_factory.h
citrus_db_file.h
citrus_db_hash.c
citrus_db_hash.h
citrus_db.c
citrus_db.h
citrus_esdb_file.h
citrus_esdb.c
citrus_esdb.h
citrus_fix_grouping.h
citrus_hash.c
citrus_hash.h
citrus_iconv_local.h
citrus_iconv.c bump size 2019-10-09 23:23:41 +00:00
citrus_iconv.h
citrus_lc_ctype.c Include namespace.h in citrus/citrus_lc_ctype.c 2018-01-05 17:52:06 +00:00
citrus_lc_messages.c
citrus_lc_messages.h
citrus_lc_monetary.c
citrus_lc_monetary.h
citrus_lc_numeric.c
citrus_lc_numeric.h
citrus_lc_template_decl.h
citrus_lc_template.h
citrus_lc_time.c
citrus_lc_time.h
citrus_lookup_factory.c
citrus_lookup_factory.h
citrus_lookup_file.h
citrus_lookup.c
citrus_lookup.h
citrus_mapper_local.h
citrus_mapper.c
citrus_mapper.h
citrus_memstream.c
citrus_memstream.h
citrus_mmap.c need <sys/stat.h> 2017-01-10 16:51:30 +00:00
citrus_mmap.h
citrus_module.c Add bunch of missing includes of namespace.h in libc 2018-01-04 20:57:28 +00:00
citrus_module.h
citrus_namespace.h
citrus_none.c PR/54414: Valery Ushakov: c99 requires that wcsrtombs(3) updates the source 2019-07-28 13:52:23 +00:00
citrus_none.h
citrus_pivot_factory.c
citrus_pivot_factory.h
citrus_pivot_file.h
citrus_prop.c Fix our iconv version for the issues that apply to us from CVE-2014-3951 2014-06-24 22:24:18 +00:00
citrus_prop.h Fix our iconv version for the issues that apply to us from CVE-2014-3951 2014-06-24 22:24:18 +00:00
citrus_region.h
citrus_stdenc_local.h
citrus_stdenc_template.h
citrus_stdenc.c
citrus_stdenc.h
citrus_types.h
Makefile.inc introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00