From e8d9a1edb3c174303a574f222ddde56561ae134a Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 23 May 2018 07:44:50 +0000 Subject: [PATCH] devd: allow build to complete using g++ --- sbin/devd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 6121d4f31bf2..5dc7f23494aa 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -15,6 +15,8 @@ LIBADD= l util YFLAGS+=-v CFLAGS+=-I. -I${.CURDIR} +CFLAGS.gcc = -Wno-redundant-decls +CXXFLAGS.gcc = -Wno-redundant-decls CLEANFILES= y.output y.tab.i