NetBSD/usr.bin/telnet
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
authenc.c minor cleanup: 2018-12-14 23:40:17 +00:00
commands.c use memmove() instead of strncpy() for overlapping strings. 2019-10-04 11:39:44 +00:00
defines.h
externs.h minor cleanup: 2018-12-14 23:40:17 +00:00
general.h
main.c minor cleanup: 2018-12-14 23:40:17 +00:00
network.c minor cleanup: 2018-12-14 23:40:17 +00:00
ring.c minor cleanup: 2018-12-14 23:40:17 +00:00
ring.h Remove unused code. 2018-12-13 09:07:53 +00:00
sys_bsd.c Remove unneeded casts 2018-12-14 06:28:49 +00:00
telnet.1 Remove reference to krb_realmofhost(3) which does not exist. 2018-12-15 22:17:02 +00:00
telnet.c unifdef compatibility for old BSD servers. This has been 2019-01-05 06:47:24 +00:00
terminal.c G/C In3270 - always false 2018-12-14 06:08:18 +00:00
types.h Remove unused code. 2018-12-13 05:22:14 +00:00
utilities.c unifdef compatibility for old BSD servers. This has been 2019-01-05 06:47:24 +00:00