Date: Mon, 24 Mar 2014 20:30:39 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r263694 - head/sbin/devd Message-ID: <201403242030.s2OKUd8Y080841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403242030.s2OKUd8Y080841>