summaryrefslogtreecommitdiffstats
path: root/cddl/lib/libctf
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2016-06-23 15:02:57 +0000
committerasomers <asomers@FreeBSD.org>2016-06-23 15:02:57 +0000
commitc611d1d7b77f499814d8f6e6dadb594600c737db (patch)
treea729330f69a872c1e011d3a5fe690e619c70bddb /cddl/lib/libctf
parent4a8148b86d9b9351f3612d0e48e9e8269759b919 (diff)
downloadFreeBSD-src-c611d1d7b77f499814d8f6e6dadb594600c737db.zip
FreeBSD-src-c611d1d7b77f499814d8f6e6dadb594600c737db.tar.gz
Raise the WARNS level in cddl/lib
cddl/lib/libavl/Makefile cddl/lib/libctf/Makefile cddl/lib/libnvpair/Makefile cddl/lib/libumem/Makefile cddl/lib/libuutil/Makefile Increase WARNS to the highest working level for each of these libraries Approved by: re (gjb, hrs) MFC after: 4 weeks Sponsored by: Spectra Logic Corp
Diffstat (limited to 'cddl/lib/libctf')
-rw-r--r--cddl/lib/libctf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libctf/Makefile b/cddl/lib/libctf/Makefile
index a79aef5..e41ad37 100644
--- a/cddl/lib/libctf/Makefile
+++ b/cddl/lib/libctf/Makefile
@@ -18,7 +18,7 @@ SRCS= ctf_create.c \
ctf_util.c
MAN= ctf.5
-WARNS?= 0
+WARNS?= 2
CFLAGS+= -DCTF_OLD_VERSIONS
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
OpenPOWER on IntegriCloud