NetBSD/libexec
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
..
atrun missing <sys/stat.h> include. 2017-01-10 20:29:48 +00:00
comsat s/users/user's 2016-12-20 09:22:18 +00:00
fingerd Fix a sentence. 2016-12-24 05:40:49 +00:00
ftpd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
getNAME Use __dead 2011-08-29 20:41:06 +00:00
getty Tweak markup some more. 2019-07-15 01:26:15 +00:00
httpd Account for cgihandler being set when counting the number of CGI environment 2019-03-29 14:46:44 +00:00
identd libnpf fix: link the library itself to libnv; libnpf users should not be 2019-08-24 13:20:52 +00:00
ld.aout_so Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
ld.elf_so use __func__ (c99, c++11) instead of __FUNCTION__ 2019-10-04 01:57:53 +00:00
lfs_cleanerd New sentence, new line. Punctuation improvements. 2019-08-31 07:49:48 +00:00
mail.local Add EXIT STATUS section. Use Ex. 2017-07-04 06:56:50 +00:00
makekey
makewhatis make this compile. 2017-10-02 22:14:32 +00:00
rexecd Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
rlogind if you are going to use utmpx.h, include it. 2012-11-04 21:35:45 +00:00
rpc.rquotad introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.rstatd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.rusersd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.rwalld introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.sprayd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rshd fix to compile without USE_PAM. (unused variables) 2017-10-07 19:23:02 +00:00
talkd Remove dead assignment; from Henning Petersen in PR 50196. 2015-09-03 08:16:36 +00:00
telnetd telnetd: Stop defining the same variables concurrently in bss and data 2019-08-15 01:15:21 +00:00
tftpd Spell "occurrence" correctly. 2019-01-09 17:19:08 +00:00
utmp_update Use verrx with a va_list. 2015-04-26 08:56:19 +00:00
Makefile Import the new apropos/whatis. 2012-02-07 19:13:24 +00:00
Makefile.inc Make WARNS=5 the default here. 2012-06-19 06:10:09 +00:00