svn commit: r253605 - head/tools/tools/zfsboottest

Andriy Gapon avg at FreeBSD.org
Wed Jul 24 09:50:45 UTC 2013


Author: avg
Date: Wed Jul 24 09:50:44 2013
New Revision: 253605
URL: http://svnweb.freebsd.org/changeset/base/253605

Log:
  zfsboottest: remove explicit -Werror
  
  Unfortunately sys/boot is compliled without -Werror at the moment.
  
  MFC after:	7 days

Modified:
  head/tools/tools/zfsboottest/Makefile

Modified: head/tools/tools/zfsboottest/Makefile
==============================================================================
--- head/tools/tools/zfsboottest/Makefile	Wed Jul 24 09:45:31 2013	(r253604)
+++ head/tools/tools/zfsboottest/Makefile	Wed Jul 24 09:50:44 2013	(r253605)
@@ -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_CPUARCH} == "amd64"


More information about the svn-src-head mailing list