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:
ngie 2015-11-15 05:21:58 +00:00
parent f2c86214c9
commit 801e75f37f
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>