From 6157e90c35f92b07c5545f811e6532d5d67e50cc Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 15 Nov 2015 05:21:58 +0000 Subject: [PATCH] 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 --- lib/libc/tests/Makefile.netbsd-tests | 2 ++ lib/libc/tests/locale/Makefile | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/tests/Makefile.netbsd-tests b/lib/libc/tests/Makefile.netbsd-tests index 32385186425f..18b0276b7296 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 diff --git a/lib/libc/tests/locale/Makefile b/lib/libc/tests/locale/Makefile index 750b7aeb31d6..e05cbae3ac9f 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