summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay6
diff options
context:
space:
mode:
authoraoyama <aoyama@openbsd.org>2017-04-16 00:52:54 +0000
committeraoyama <aoyama@openbsd.org>2017-04-16 00:52:54 +0000
commit281ad094f8acfaca224b245d016dce8dc9e27efd (patch)
tree9246dc4a0ee3a92e1ff86e3ab791a92ad43fc3a8 /usr.sbin/dhcrelay6
parentBuild sparc64 kernels with -ffreestanding. (diff)
downloadwireguard-openbsd-281ad094f8acfaca224b245d016dce8dc9e27efd.tar.xz
wireguard-openbsd-281ad094f8acfaca224b245d016dce8dc9e27efd.zip
Remove -Werror to make dhcrelay6 on gcc3 architecture successfully.
ok reyk
Diffstat (limited to 'usr.sbin/dhcrelay6')
-rw-r--r--usr.sbin/dhcrelay6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcrelay6/Makefile b/usr.sbin/dhcrelay6/Makefile
index 6dd1fe517e6..50c6a6b9a57 100644
--- a/usr.sbin/dhcrelay6/Makefile
+++ b/usr.sbin/dhcrelay6/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/03/17 14:45:16 rzalamena Exp $
+# $OpenBSD: Makefile,v 1.2 2017/04/16 00:52:54 aoyama Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@ SRCS= dhcrelay6.c dispatch.c log.c bpf.c packet.c
PROG= dhcrelay6
MAN= dhcrelay6.8
-CFLAGS+=-Wall -Wextra -Werror
+CFLAGS+=-Wall -Wextra
CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
CFLAGS+=-Wshadow -Wpointer-arith -Wsign-compare