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
This commit is contained in:
Alan Somers 2018-02-21 15:51:48 +00:00
parent d9dbc2104f
commit cb4985fbf6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329722

View File

@ -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