From cb4985fbf6fb5ec48566799853a5f9a46f2c5e02 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 21 Feb 2018 15:51:48 +0000 Subject: [PATCH] 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 --- cddl/usr.sbin/zdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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