svn commit: r326495 - head/stand

Warner Losh imp at FreeBSD.org
Sun Dec 3 04:55:41 UTC 2017


Author: imp
Date: Sun Dec  3 04:55:38 2017
New Revision: 326495
URL: https://svnweb.freebsd.org/changeset/base/326495

Log:
  Now it's safe to bump WARNS to 1.
  
  Sponsored by: Netflix

Modified:
  head/stand/defs.mk

Modified: head/stand/defs.mk
==============================================================================
--- head/stand/defs.mk	Sun Dec  3 04:55:33 2017	(r326494)
+++ head/stand/defs.mk	Sun Dec  3 04:55:38 2017	(r326495)
@@ -2,7 +2,7 @@
 
 .include <src.opts.mk>
 
-WARNS?=0
+WARNS?=1
 
 .if !defined(__BOOT_DEFS_MK__)
 __BOOT_DEFS_MK__=${MFILE}


More information about the svn-src-all mailing list