mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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:
parent
d9dbc2104f
commit
cb4985fbf6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329722
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user