svn commit: r312115 - head/tests/sys/vfs

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


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

Log:
  Remove WARNS set globally by ../Makefile.inc now
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/tests/sys/vfs/Makefile

Modified: head/tests/sys/vfs/Makefile
==============================================================================
--- head/tests/sys/vfs/Makefile	Sat Jan 14 04:20:06 2017	(r312114)
+++ head/tests/sys/vfs/Makefile	Sat Jan 14 04:20:42 2017	(r312115)
@@ -9,6 +9,4 @@ CFLAGS.lookup_cap_dotdot.c+=	-I${SRCTOP}
 
 PLAIN_TESTS_SH+=	trailing_slash
 
-WARNS?=		6
-
 .include <bsd.test.mk>


More information about the svn-src-all mailing list