Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2013 07:35:00 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r254040 - stable/8/tools/tools/zfsboottest
Message-ID:  <201308070735.r777Z0P9084519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Wed Aug  7 07:34:59 2013
New Revision: 254040
URL: http://svnweb.freebsd.org/changeset/base/254040

Log:
  MFC r253605: zfsboottest: remove explicit -Werror

Modified:
  stable/8/tools/tools/zfsboottest/Makefile
Directory Properties:
  stable/8/tools/tools/zfsboottest/   (props changed)

Modified: stable/8/tools/tools/zfsboottest/Makefile
==============================================================================
--- stable/8/tools/tools/zfsboottest/Makefile	Wed Aug  7 07:34:51 2013	(r254039)
+++ stable/8/tools/tools/zfsboottest/Makefile	Wed Aug  7 07:34:59 2013	(r254040)
@@ -15,8 +15,7 @@ CFLAGS=	-O1 \
 	-I${.CURDIR}/../../../sys/cddl/boot/zfs \
 	-I. \
 	-fdiagnostics-show-option \
-	-W -Wextra -Wno-sign-compare -Wno-unused-parameter \
-	-Werror
+	-W -Wextra -Wno-sign-compare -Wno-unused-parameter
 LDFLAGS+=-lmd
 
 .if ${MACHINE_ARCH} == "amd64"



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