diff options
author | jb <jb@FreeBSD.org> | 2007-11-18 00:29:36 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2007-11-18 00:29:36 +0000 |
commit | 218b125e30720029b8ffaa3431ef423d3677f9aa (patch) | |
tree | a8acf136241df857877fbdc122986d6d8d71531c /usr.bin/tip | |
parent | dbe9cce99962db35655f7eae3c47358f64c15e12 (diff) | |
download | FreeBSD-src-218b125e30720029b8ffaa3431ef423d3677f9aa.zip FreeBSD-src-218b125e30720029b8ffaa3431ef423d3677f9aa.tar.gz |
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.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/tip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index 8928621..b0fd1f8 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -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 \ |