svn commit: r312114 - head/tests/sys

Ngie Cooper ngie at FreeBSD.org
Sat Jan 14 04:20:07 UTC 2017


Author: ngie
Date: Sat Jan 14 04:20:06 2017
New Revision: 312114
URL: https://svnweb.freebsd.org/changeset/base/312114

Log:
  Enable WARNS?= 6 across all of tests/sys
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Added:
  head/tests/sys/Makefile.inc   (contents, props changed)

Added: head/tests/sys/Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tests/sys/Makefile.inc	Sat Jan 14 04:20:06 2017	(r312114)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+WARNS?=		6


More information about the svn-src-all mailing list