svn commit: r310995 - head/tests/sys/vfs
Ngie Cooper
ngie at FreeBSD.org
Sun Jan 1 04:02:08 UTC 2017
Author: ngie
Date: Sun Jan 1 04:02:06 2017
New Revision: 310995
URL: https://svnweb.freebsd.org/changeset/base/310995
Log:
Bump WARNS to 6 to catch simple QA issues like some of the ones I squashed
in r310994
Modified:
head/tests/sys/vfs/Makefile
Modified: head/tests/sys/vfs/Makefile
==============================================================================
--- head/tests/sys/vfs/Makefile Sun Jan 1 04:01:27 2017 (r310994)
+++ head/tests/sys/vfs/Makefile Sun Jan 1 04:02:06 2017 (r310995)
@@ -9,4 +9,6 @@ CFLAGS.lookup_cap_dotdot.c+= -I${SRCTOP}
PLAIN_TESTS_SH+= trailing_slash
+WARNS?= 6
+
.include <bsd.test.mk>
More information about the svn-src-head
mailing list