diff options
author | Alan Somers <asomers@FreeBSD.org> | 2018-02-21 15:51:48 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2018-02-21 15:51:48 +0000 |
commit | cb4985fbf6fb5ec48566799853a5f9a46f2c5e02 (patch) | |
tree | b9224145f8f0e11b2af8bc1b37750c964f2600eb /cddl/usr.sbin | |
parent | d9dbc2104f3f8ff5e3e977542c777ae94e22bc09 (diff) | |
download | src-cb4985fbf6fb5ec48566799853a5f9a46f2c5e02.tar.gz src-cb4985fbf6fb5ec48566799853a5f9a46f2c5e02.zip |
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
Notes
Notes:
svn path=/head/; revision=329722
Diffstat (limited to 'cddl/usr.sbin')
-rw-r--r-- | cddl/usr.sbin/zdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/usr.sbin/zdb/Makefile b/cddl/usr.sbin/zdb/Makefile index 8f50aaa5f525..d5c7d254855a 100644 --- a/cddl/usr.sbin/zdb/Makefile +++ b/cddl/usr.sbin/zdb/Makefile @@ -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 |