From 218b125e30720029b8ffaa3431ef423d3677f9aa Mon Sep 17 00:00:00 2001 From: jb Date: Sun, 18 Nov 2007 00:29:36 +0000 Subject: 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. --- usr.sbin/arp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') 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 -- cgit v1.1