diff options
author | dim <dim@FreeBSD.org> | 2014-03-24 20:30:39 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-03-24 20:30:39 +0000 |
commit | 64e77380a7ca2365f55395f2c918f0b2ddf16afe (patch) | |
tree | d74478c03fa0409028c3d778cfb3cd42df699dfa /sbin/devd | |
parent | 3af2305e23c6740fd5978d20aafd93290c8cf7a5 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 |