Reduce the WARNS level across the board due to a warning that occurs

on at least arm and sparc64. i386/pc98, ia64 and amd64 are all OK.
This commit is contained in:
John Birrell 2007-11-19 00:19:01 +00:00
parent f378c687da
commit 9538bab38b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173739

View File

@ -3,7 +3,9 @@
PROG_CXX=devd
SRCS= devd.cc token.l parse.y y.tab.h
MAN= devd.8 devd.conf.5
WARNS?= 4
WARNS= 0
#WARNS?= 4
NO_SHARED?=YES