Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 15:03:03 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284644 - head/usr.sbin/fstyp
Message-ID:  <201506201503.t5KF33Km091795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506201503.t5KF33Km091795>