Author: asomers
Date: Sat Mar 11 00:07:04 2017
New Revision: 315035
URL: https://svnweb.freebsd.org/changeset/base/315035

Log:
  Increase WARNS for libcrypt tests
  
  ATF tests have a default WARNS of 0, unlike other usermode programs.
  
  Reviewed by:  ngie, julian
  MFC after:    3 weeks
  Sponsored by: Spectra Logic Corporation
  Differential Revision:        https://reviews.freebsd.org/D9933

Modified:
  head/lib/libcrypt/tests/Makefile

Modified: head/lib/libcrypt/tests/Makefile
==============================================================================
--- head/lib/libcrypt/tests/Makefile    Sat Mar 11 00:04:59 2017        
(r315034)
+++ head/lib/libcrypt/tests/Makefile    Sat Mar 11 00:07:04 2017        
(r315035)
@@ -4,6 +4,7 @@ ATF_TESTS_C+= crypt_tests
 
 NETBSD_ATF_TESTS_C+= crypt_test
 
+WARNS?=                6
 CFLAGS+= -I${.CURDIR:H}
 LIBADD=        crypt
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to