Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 01:12:06 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334126 - head/sbin/devd
Message-ID:  <201805240112.w4O1C6K6000613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmacy
Date: Thu May 24 01:12:06 2018
New Revision: 334126
URL: https://svnweb.freebsd.org/changeset/base/334126

Log:
  devd: drop WARNS back down to 3 until 6 actually works with GCC

Modified:
  head/sbin/devd/Makefile

Modified: head/sbin/devd/Makefile
==============================================================================
--- head/sbin/devd/Makefile	Thu May 24 01:04:56 2018	(r334125)
+++ head/sbin/devd/Makefile	Thu May 24 01:12:06 2018	(r334126)
@@ -2,6 +2,7 @@
 
 .include <src.opts.mk>
 
+WARNS?= 3
 PACKAGE=runtime
 PROG_CXX=devd
 SRCS=	devd.cc token.l parse.y y.tab.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805240112.w4O1C6K6000613>