Reduce the WARNS levels in a couple of places so that we can enable

-Werror at higher WARNS levels like we did before gcc4 was imported.
This commit is contained in:
John Birrell 2007-11-18 00:29:36 +00:00
parent 425f8c30f8
commit 13959da95c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173716
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ LINKS= ${BINDIR}/tip ${BINDIR}/cu
MAN= tip.1 cu.1
CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE \
-DCONNECT -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000
WARNS?= 3
WARNS?= 2
.PATH: ${.CURDIR}/../libacu
SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
remote.c tip.c tipout.c uucplock.c value.c vars.c \

View File

@ -4,6 +4,6 @@
PROG= arp
MAN= arp.4 arp.8
WARNS?= 3
WARNS?= 1
.include <bsd.prog.mk>