mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
2830819497
commit
6157e90c35
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue