svn commit: r290846 - head/lib/libc/tests/locale

Garrett Cooper ngie at FreeBSD.org
Sun Nov 15 04:51:15 UTC 2015


Author: ngie
Date: Sun Nov 15 04:51:14 2015
New Revision: 290846
URL: https://svnweb.freebsd.org/changeset/base/290846

Log:
  Bump WARNS to 2
  
  MFC after: 1 week
  X-MFC with: r290532
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/lib/libc/tests/locale/Makefile

Modified: head/lib/libc/tests/locale/Makefile
==============================================================================
--- head/lib/libc/tests/locale/Makefile	Sun Nov 15 04:50:54 2015	(r290845)
+++ head/lib/libc/tests/locale/Makefile	Sun Nov 15 04:51:14 2015	(r290846)
@@ -39,6 +39,8 @@ 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