svn commit: r254040 - stable/8/tools/tools/zfsboottest
Andriy Gapon
avg at FreeBSD.org
Wed Aug 7 07:35:00 UTC 2013
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"
More information about the svn-src-all
mailing list