NetBSD/usr.bin/sort
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 introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
append.c
fields.c
files.c add a description about what was being attempted to failed writes messages. 2015-08-05 07:10:03 +00:00
fsort.c
fsort.h
init.c
msort.c Add the posix -C option (-c but quieter). Fix -R to work properly when 2016-06-01 02:37:55 +00:00
pathnames.h
radix_sort.c
sort.1 sort was there since v1 2019-09-01 18:04:54 +00:00
sort.c refactor includes, add <sys/stat.h> 2017-01-10 21:13:45 +00:00
sort.h Add the posix -C option (-c but quieter). Fix -R to work properly when 2016-06-01 02:37:55 +00:00
tmp.c