From: aoyama Date: Sun, 16 Apr 2017 00:52:54 +0000 (+0000) Subject: Remove -Werror to make dhcrelay6 on gcc3 architecture successfully. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=281ad094f8acfaca224b245d016dce8dc9e27efd;p=openbsd Remove -Werror to make dhcrelay6 on gcc3 architecture successfully. ok reyk --- 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 @@ -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