svn commit: r290851 - in head/lib/libc/tests: . locale

Garrett Cooper ngie at FreeBSD.org
Sun Nov 15 05:22:00 UTC 2015


Author: ngie
Date: Sun Nov 15 05:21:58 2015
New Revision: 290851
URL: https://svnweb.freebsd.org/changeset/base/290851

Log:
  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

Modified:
  head/lib/libc/tests/Makefile.netbsd-tests
  head/lib/libc/tests/locale/Makefile

Modified: head/lib/libc/tests/Makefile.netbsd-tests
==============================================================================
--- head/lib/libc/tests/Makefile.netbsd-tests	Sun Nov 15 05:19:41 2015	(r290850)
+++ head/lib/libc/tests/Makefile.netbsd-tests	Sun Nov 15 05:21:58 2015	(r290851)
@@ -4,4 +4,6 @@ TESTSRC:=	${SRCTOP}/contrib/netbsd-tests
 
 TESTSDIR:=	${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
 
+WARNS?=		2
+
 .include <netbsd-tests.test.mk>

Modified: head/lib/libc/tests/locale/Makefile
==============================================================================
--- head/lib/libc/tests/locale/Makefile	Sun Nov 15 05:19:41 2015	(r290850)
+++ head/lib/libc/tests/locale/Makefile	Sun Nov 15 05:21:58 2015	(r290851)
@@ -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>


More information about the svn-src-head mailing list