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
This commit is contained in:
Enji Cooper 2015-11-15 05:21:58 +00:00
parent 2830819497
commit 6157e90c35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290851
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>