NetBSD/usr.sbin/syslogd
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
..
extern.h - always set *to_buf to a timestamp, even if there was none reported/parseable 2015-02-10 20:38:15 +00:00
howto.html
index.html
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
pathnames.h
sign.c Adjust to OpenSSL-1.1 2018-02-06 21:36:46 +00:00
sign.h
sign.html
syslog.conf.5 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
syslogd.8 Sort options. 2018-11-05 09:22:30 +00:00
syslogd.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
syslogd.h add parens around defines with expressions that could expand poorly 2019-02-11 19:45:54 +00:00
tls.c include dh.h in the right spot. 2018-02-08 17:45:29 +00:00
tls.h include dh.h in the right spot. 2018-02-08 17:45:29 +00:00