Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 05:21:59 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290851 - in head/lib/libc/tests: . locale
Message-ID:  <201511150521.tAF5LxXd008127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511150521.tAF5LxXd008127>