summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-18 00:29:36 +0000
committerjb <jb@FreeBSD.org>2007-11-18 00:29:36 +0000
commit218b125e30720029b8ffaa3431ef423d3677f9aa (patch)
treea8acf136241df857877fbdc122986d6d8d71531c
parentdbe9cce99962db35655f7eae3c47358f64c15e12 (diff)
downloadFreeBSD-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.
-rw-r--r--usr.bin/tip/tip/Makefile2
-rw-r--r--usr.sbin/arp/Makefile2
2 files changed, 2 insertions, 2 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 \
diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile
index 6ca9dd2..ea1c507 100644
--- a/usr.sbin/arp/Makefile
+++ b/usr.sbin/arp/Makefile
@@ -4,6 +4,6 @@
PROG= arp
MAN= arp.4 arp.8
-WARNS?= 3
+WARNS?= 1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud