Turn off WARNS stuff. When combined with -nostdinc and system header

files that aren't WARNS clean it causes trouble.
This commit is contained in:
David Malone 2001-07-17 19:00:47 +00:00
parent 3afefa3924
commit b14326ea9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79831

View File

@ -5,7 +5,7 @@ MAINTAINER= dwmalone
PROG= inetd
SRCS= inetd.c builtins.c
WARNS?= 2
#WARNS?= 2
MAN= inetd.8
MLINKS= inetd.8 inetd.conf.5