summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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 /usr.sbin
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.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/arp/Makefile2
1 files changed, 1 insertions, 1 deletions
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