diff options
author | asomers <asomers@FreeBSD.org> | 2016-06-23 15:02:57 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2016-06-23 15:02:57 +0000 |
commit | c611d1d7b77f499814d8f6e6dadb594600c737db (patch) | |
tree | a729330f69a872c1e011d3a5fe690e619c70bddb /cddl/lib/libctf | |
parent | 4a8148b86d9b9351f3612d0e48e9e8269759b919 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 \ |