NetBSD/bin/pax
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
ar_io.c - bump buffer sizes to avoid potential truncation issues 2019-02-04 04:36:41 +00:00
ar_subs.c
buf_subs.c s/copy copy/copy/ in comment. 2018-03-19 03:11:39 +00:00
cpio.1 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
cpio.c
cpio.h
dumptar.c Remove undefined behavior in buf(); use buf() as intended in intarg(). 2016-05-30 17:34:35 +00:00
extern.h
file_subs.c pax: fix typos in comments in file_subs.c & tar.c 2019-03-20 03:13:39 +00:00
ftree.c deal properly with empty lines in spec file 2012-09-27 00:44:59 +00:00
ftree.h
gen_subs.c Add base-256 decoding support (Micha Gorny) 2018-11-30 00:53:11 +00:00
getoldopt.c add missing include files 2012-08-09 11:05:59 +00:00
options.c Add the timestamp option to the pax front end. 2015-12-19 18:45:52 +00:00
options.h
pat_rep.c pax: minor adjustments to comments in pat_rep.c 2019-03-20 02:50:50 +00:00
pat_rep.h
pax.1 pax.1 & tar.1: add a minor clarification about "-s" 2019-03-19 00:36:14 +00:00
pax.c Fix compilation failure with gcc-8. 2019-04-24 17:27:08 +00:00
pax.h
sel_subs.c
sel_subs.h
tables.c Fixed unused warnings. 2013-10-18 19:53:34 +00:00
tables.h
tar.1 Whitespace nits. 2019-03-19 10:14:46 +00:00
tar.c pax: fix typos in comments in file_subs.c & tar.c 2019-03-20 03:13:39 +00:00
tar.h Recognize extended attribute headers and warn about them since we are not 2013-01-24 17:43:44 +00:00
tty_subs.c