summaryrefslogtreecommitdiffstats
path: root/sbin/atm
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-12-13 15:42:46 +0000
committerobrien <obrien@FreeBSD.org>2004-12-13 15:42:46 +0000
commit76068cb7f7989a555660b0bd00fa3015813b6535 (patch)
treee544c65e631fff55f8de4ea5908ba641c2d743b2 /sbin/atm
parentae06668733d4700e04da6deefead0e9de0862251 (diff)
downloadFreeBSD-src-76068cb7f7989a555660b0bd00fa3015813b6535.zip
FreeBSD-src-76068cb7f7989a555660b0bd00fa3015813b6535.tar.gz
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.
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/atmconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud