svn commit: r284644 - head/usr.sbin/fstyp

Allan Jude allanjude at FreeBSD.org
Sat Jun 20 15:03:03 UTC 2015


Author: allanjude (doc committer)
Date: Sat Jun 20 15:03:02 2015
New Revision: 284644
URL: https://svnweb.freebsd.org/changeset/base/284644

Log:
  Fix the build for gcc by lowering the WARNS level
  
  Approved by:	sbruno
  X-MFC-With:	r284589

Modified:
  head/usr.sbin/fstyp/Makefile

Modified: head/usr.sbin/fstyp/Makefile
==============================================================================
--- head/usr.sbin/fstyp/Makefile	Sat Jun 20 13:30:09 2015	(r284643)
+++ head/usr.sbin/fstyp/Makefile	Sat Jun 20 15:03:02 2015	(r284644)
@@ -11,7 +11,7 @@ SRCS +=	zfs.c
 
 MAN=	fstyp.8
 
-WARNS=	6
+WARNS?=	0
 
 .if ${MK_CDDL} != "no"
 IGNORE_PRAGMA=  YES


More information about the svn-src-head mailing list