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:
parent
f2c86214c9
commit
801e75f37f
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user