svn commit: r319049 - head/lib/libc/tests/nss

Ngie Cooper ngie at FreeBSD.org
Sun May 28 06:29:02 UTC 2017


Author: ngie
Date: Sun May 28 06:29:01 2017
New Revision: 319049
URL: https://svnweb.freebsd.org/changeset/base/319049

Log:
  Bump WARNS from 1 to 3 after recent commits to fix warnings in the
  directory.
  
  Tested with:	clang 4.0, gcc 4.2.1, gcc 6.3.0
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

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

Modified: head/lib/libc/tests/nss/Makefile
==============================================================================
--- head/lib/libc/tests/nss/Makefile	Sun May 28 06:26:43 2017	(r319048)
+++ head/lib/libc/tests/nss/Makefile	Sun May 28 06:29:01 2017	(r319049)
@@ -20,7 +20,7 @@ ATF_TESTS_C+=	getusershell_test
 
 ${PACKAGE}FILES+=	mach
 
-WARNS?=		1
+WARNS?=		3
 
 CFLAGS+=	-I${SRCTOP}/tests
 


More information about the svn-src-head mailing list