From e3ef9bb29ef4ddad53542a9a24d90c1c4dfcfba9 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sat, 20 Jun 2015 15:03:02 +0000 Subject: [PATCH] Fix the build for gcc by lowering the WARNS level Approved by: sbruno X-MFC-With: r284589 --- usr.sbin/fstyp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile index d1de06edf04b..000dcedb11f5 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