summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2015-06-20 15:03:02 +0000
committerallanjude <allanjude@FreeBSD.org>2015-06-20 15:03:02 +0000
commitc54a0076a5335214105514994afd9e9b2b13b1cb (patch)
treeef3bb78c47ab4229f310f4718f36194f7a4ca77c /usr.sbin
parentcb167b45a82327b0d6d88e85e3d6e2e326291ee4 (diff)
downloadFreeBSD-src-c54a0076a5335214105514994afd9e9b2b13b1cb.zip
FreeBSD-src-c54a0076a5335214105514994afd9e9b2b13b1cb.tar.gz
Fix the build for gcc by lowering the WARNS level
Approved by: sbruno X-MFC-With: r284589
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fstyp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile
index d1de06e..000dced 100644
--- a/usr.sbin/fstyp/Makefile
+++ b/usr.sbin/fstyp/Makefile
@@ -11,7 +11,7 @@ SRCS += zfs.c
MAN= fstyp.8
-WARNS= 6
+WARNS?= 0
.if ${MK_CDDL} != "no"
IGNORE_PRAGMA= YES
OpenPOWER on IntegriCloud