mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue