Fix the build for gcc by lowering the WARNS level

Approved by:	sbruno
X-MFC-With:	r284589
This commit is contained in:
Allan Jude 2015-06-20 15:03:02 +00:00
parent 1ec1012dd2
commit e3ef9bb29e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284644

View File

@ -11,7 +11,7 @@ SRCS += zfs.c
MAN= fstyp.8
WARNS= 6
WARNS?= 0
.if ${MK_CDDL} != "no"
IGNORE_PRAGMA= YES