Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2017 16:29:23 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r313218 - stable/10/tests/sys
Message-ID:  <201702041629.v14GTNIB066410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb  4 16:29:23 2017
New Revision: 313218
URL: https://svnweb.freebsd.org/changeset/base/313218

Log:
  MFC r312114,r312194:
  
  r312114:
  
  Enable WARNS?= 6 across all of tests/sys
  
  r312194:
  
  Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...
  
  The primary goal for doing this is to leverage the work done in r312114
  for enabling WARNS to address trivial code quality issues with new tests
  
  Tested with:	make tinderbox

Added:
  stable/10/tests/sys/Makefile.inc
     - copied unchanged from r312114, head/tests/sys/Makefile.inc
Modified:
Directory Properties:
  stable/10/   (props changed)

Copied: stable/10/tests/sys/Makefile.inc (from r312114, head/tests/sys/Makefile.inc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/10/tests/sys/Makefile.inc	Sat Feb  4 16:29:23 2017	(r313218, copy of r312114, head/tests/sys/Makefile.inc)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+WARNS?=		6



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