svn commit: r334079 - head/sbin/devd

Eitan Adler eadler at FreeBSD.org
Wed May 23 07:44:51 UTC 2018


Author: eadler
Date: Wed May 23 07:44:50 2018
New Revision: 334079
URL: https://svnweb.freebsd.org/changeset/base/334079

Log:
  devd: allow build to complete using g++

Modified:
  head/sbin/devd/Makefile

Modified: head/sbin/devd/Makefile
==============================================================================
--- head/sbin/devd/Makefile	Wed May 23 07:39:05 2018	(r334078)
+++ head/sbin/devd/Makefile	Wed May 23 07:44:50 2018	(r334079)
@@ -15,6 +15,8 @@ LIBADD=	l util
 
 YFLAGS+=-v
 CFLAGS+=-I. -I${.CURDIR}
+CFLAGS.gcc = -Wno-redundant-decls
+CXXFLAGS.gcc = -Wno-redundant-decls
 
 CLEANFILES= y.output y.tab.i
 


More information about the svn-src-head mailing list