From 04c926f69feacae3342f7779d3b395d4b0207b7c Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 4 Feb 2017 16:29:23 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@313218 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tests/sys/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/sys/Makefile.inc diff --git a/tests/sys/Makefile.inc b/tests/sys/Makefile.inc new file mode 100644 index 000000000..f34184219 --- /dev/null +++ b/tests/sys/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +WARNS?= 6 -- 2.45.0