summaryrefslogtreecommitdiffstats
path: root/sbin/devd
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-03-24 20:30:39 +0000
committerdim <dim@FreeBSD.org>2014-03-24 20:30:39 +0000
commit64e77380a7ca2365f55395f2c918f0b2ddf16afe (patch)
treed74478c03fa0409028c3d778cfb3cd42df699dfa /sbin/devd
parent3af2305e23c6740fd5978d20aafd93290c8cf7a5 (diff)
downloadFreeBSD-src-64e77380a7ca2365f55395f2c918f0b2ddf16afe.zip
FreeBSD-src-64e77380a7ca2365f55395f2c918f0b2ddf16afe.tar.gz
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
Diffstat (limited to 'sbin/devd')
-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