svn commit: r329722 - head/cddl/usr.sbin/zdb

Alan Somers asomers at FreeBSD.org
Wed Feb 21 15:51:49 UTC 2018


Author: asomers
Date: Wed Feb 21 15:51:48 2018
New Revision: 329722
URL: https://svnweb.freebsd.org/changeset/base/329722

Log:
  zdb: raise WARNS from 0 to 2
  
  This has only been possible since r329694 and r329508
  
  MFC after:	3 weeks
  X-MFC-With:	329694
  X-MFC-With:	329508
  Sponsored by:	Spectra Logic

Modified:
  head/cddl/usr.sbin/zdb/Makefile

Modified: head/cddl/usr.sbin/zdb/Makefile
==============================================================================
--- head/cddl/usr.sbin/zdb/Makefile	Wed Feb 21 15:15:58 2018	(r329721)
+++ head/cddl/usr.sbin/zdb/Makefile	Wed Feb 21 15:51:48 2018	(r329722)
@@ -6,7 +6,7 @@ PROG=	zdb
 MAN=	zdb.8
 SRCS=	zdb.c zdb_il.c
 
-WARNS?=	0
+WARNS?=	2
 CSTD=	c99
 
 CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris


More information about the svn-src-head mailing list