summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-03-27 20:46:46 +0000
committerdim <dim@FreeBSD.org>2014-03-27 20:46:46 +0000
commit6b112fdc4bfd7734459d299a2ea6cbfed4ad8240 (patch)
tree726942e82ca13ce1bb81952ca5cd23f15835556a /sbin
parent33566a94ae73d242fdc707644d46f472db236ccd (diff)
downloadFreeBSD-src-6b112fdc4bfd7734459d299a2ea6cbfed4ad8240.zip
FreeBSD-src-6b112fdc4bfd7734459d299a2ea6cbfed4ad8240.tar.gz
MFC r263694:
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.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/Makefile1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud