zfsboottest: remove explicit -Werror

Unfortunately sys/boot is compliled without -Werror at the moment.

MFC after:	7 days
This commit is contained in:
Andriy Gapon 2013-07-24 09:50:44 +00:00
parent 785797c341
commit 3ab5cdbc13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253605

View File

@ -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"