From 64e77380a7ca2365f55395f2c918f0b2ddf16afe Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 24 Mar 2014 20:30:39 +0000 Subject: Apply a temporary band-aid for building devd with clang 3.4, libstdc++ and -Wsystem-headers enabled (which is the default for any non-zero WARNS level, crazily enough!). This is primarily meant to be MFC'd as soon as possible. MFC after: 3 days --- sbin/devd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/devd') diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index c53f094..20b3e99 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -13,6 +13,7 @@ LDADD= -ll -lutil YFLAGS+=-v CFLAGS+=-I. -I${.CURDIR} +CFLAGS.clang+=-Wno-keyword-compat CLEANFILES= y.output -- cgit v1.1