diff options
author | avg <avg@FreeBSD.org> | 2013-07-24 09:50:44 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2013-07-24 09:50:44 +0000 |
commit | 11666a98e959676f153fd1c3900c6f8339e46006 (patch) | |
tree | 71914441b1510f46bf56c367e720288e1bf8618f /tools | |
parent | 9e6374b6a9ee35bc4eb4e1d73c4942b4b2391e57 (diff) | |
download | FreeBSD-src-11666a98e959676f153fd1c3900c6f8339e46006.zip FreeBSD-src-11666a98e959676f153fd1c3900c6f8339e46006.tar.gz |
zfsboottest: remove explicit -Werror
Unfortunately sys/boot is compliled without -Werror at the moment.
MFC after: 7 days
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/zfsboottest/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tools/zfsboottest/Makefile b/tools/tools/zfsboottest/Makefile index c0c7d92..a04c78f 100644 --- a/tools/tools/zfsboottest/Makefile +++ b/tools/tools/zfsboottest/Makefile @@ -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" |