summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-15 05:21:58 +0000
committerngie <ngie@FreeBSD.org>2015-11-15 05:21:58 +0000
commit801e75f37f8535e0b4b7b7687dedcbf779926055 (patch)
treec84b9a438c7301a3755e0313e0203914bf9b06d8 /lib/libc/tests
parentf2c86214c929e859022feaf57e5b54514e0e061c (diff)
downloadFreeBSD-src-801e75f37f8535e0b4b7b7687dedcbf779926055.zip
FreeBSD-src-801e75f37f8535e0b4b7b7687dedcbf779926055.tar.gz
Change WARNS to 2 across the board with all the libc testcases
This effectively "reverts" r290846 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc/tests')
-rw-r--r--lib/libc/tests/Makefile.netbsd-tests2
-rw-r--r--lib/libc/tests/locale/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/tests/Makefile.netbsd-tests b/lib/libc/tests/Makefile.netbsd-tests
index 3238518..18b0276 100644
--- a/lib/libc/tests/Makefile.netbsd-tests
+++ b/lib/libc/tests/Makefile.netbsd-tests
@@ -4,4 +4,6 @@ TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
+WARNS?= 2
+
.include <netbsd-tests.test.mk>
diff --git a/lib/libc/tests/locale/Makefile b/lib/libc/tests/locale/Makefile
index 750b7ae..e05cbae 100644
--- a/lib/libc/tests/locale/Makefile
+++ b/lib/libc/tests/locale/Makefile
@@ -39,8 +39,6 @@ SRCS.wctomb_2_test= wctomb_test.c
CFLAGS.t_wctomb.c+= -Wno-stack-protector
-WARNS?= 2
-
.include "../Makefile.netbsd-tests"
.include <bsd.test.mk>
OpenPOWER on IntegriCloud