From 281ad094f8acfaca224b245d016dce8dc9e27efd Mon Sep 17 00:00:00 2001 From: aoyama Date: Sun, 16 Apr 2017 00:52:54 +0000 Subject: [PATCH] Remove -Werror to make dhcrelay6 on gcc3 architecture successfully. ok reyk --- usr.sbin/dhcrelay6/Makefile | 4 ++-- 1 file 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 @@ -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 -- 2.20.1