zfsboottest: remove explicit -Werror
Unfortunately sys/boot is compliled without -Werror at the moment. MFC after: 7 days
This commit is contained in:
parent
785797c341
commit
3ab5cdbc13
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253605
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user