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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to