summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-10-19 16:00:24 +0000
committerru <ru@FreeBSD.org>2009-10-19 16:00:24 +0000
commit763b9ae1f84c34313cd6617611f6269bfa151b66 (patch)
treee4ddc2d8bac2fea0bfd2aabd8451289e9adf00ae /sbin/geom
parent85b92382975dcce3c4e75db4f6d039ac9c2ce510 (diff)
downloadFreeBSD-src-763b9ae1f84c34313cd6617611f6269bfa151b66.zip
FreeBSD-src-763b9ae1f84c34313cd6617611f6269bfa151b66.tar.gz
Switch the default WARNS level for sbin/ to 6.
Submitted by: Ulrich Spörlein
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/Makefile1
-rw-r--r--sbin/geom/Makefile.inc1
2 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile
index fffb889..88b8240 100644
--- a/sbin/geom/Makefile
+++ b/sbin/geom/Makefile
@@ -11,6 +11,7 @@ PROG= geom
SRCS= geom.c geom_label.c geom_part.c subr.c
NO_MAN=
+WARNS?= 2
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL}
diff --git a/sbin/geom/Makefile.inc b/sbin/geom/Makefile.inc
index 94ca09f..bf9f05e 100644
--- a/sbin/geom/Makefile.inc
+++ b/sbin/geom/Makefile.inc
@@ -1,6 +1,5 @@
# $FreeBSD$
-WARNS?= 6
CLASS_DIR?=/lib/geom
.include "../Makefile.inc"
OpenPOWER on IntegriCloud