From 76068cb7f7989a555660b0bd00fa3015813b6535 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 13 Dec 2004 15:42:46 +0000 Subject: Back the warnings down from 9 to 6, since that is the highest we have. If we added a WARNS 7 level, it shouldn't be assumed this code will pass it. --- sbin/atm/atmconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/atm/atmconfig/Makefile b/sbin/atm/atmconfig/Makefile index 13160ca..c4df9e7 100644 --- a/sbin/atm/atmconfig/Makefile +++ b/sbin/atm/atmconfig/Makefile @@ -30,7 +30,7 @@ CLEANFILES+= oid.h .if ${MACHINE_ARCH} == "arm" WARNS?= 3 .else -WARNS?= 9 +WARNS?= 6 .endif FILES= atmconfig.help atmconfig_device.help -- cgit v1.1