svn commit: r263694 - head/sbin/devd

Dimitry Andric dim at FreeBSD.org
Mon Mar 24 20:30:40 UTC 2014


Author: dim
Date: Mon Mar 24 20:30:39 2014
New Revision: 263694
URL: http://svnweb.freebsd.org/changeset/base/263694

Log:
  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

Modified:
  head/sbin/devd/Makefile

Modified: head/sbin/devd/Makefile
==============================================================================
--- head/sbin/devd/Makefile	Mon Mar 24 20:06:27 2014	(r263693)
+++ head/sbin/devd/Makefile	Mon Mar 24 20:30:39 2014	(r263694)
@@ -13,6 +13,7 @@ LDADD=	-ll -lutil
 
 YFLAGS+=-v
 CFLAGS+=-I. -I${.CURDIR}
+CFLAGS.clang+=-Wno-keyword-compat
 
 CLEANFILES= y.output
 


More information about the svn-src-head mailing list