diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2018-07-25 15:14:35 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2018-07-25 15:14:35 +0000 |
commit | b29bf2f84ea838b1b7dad4e80858b637395930ae (patch) | |
tree | 01fa5b44f39edd9fcc0dd4b2693dc26b2cb4e1f7 /cddl/lib | |
parent | ff8676cc4e02c6e138f2f3b68a6903dc418e5cc4 (diff) | |
download | src-b29bf2f84ea838b1b7dad4e80858b637395930ae.tar.gz src-b29bf2f84ea838b1b7dad4e80858b637395930ae.zip |
libbe(3)/be(8): Drop WARNS overrides, fix all fallout
Based on the idea that we shouldn't have all-new library and utility going
into base that need WARNS=1...
- Decent amount of constification
- Lots of parentheses
- Minor other nits
Notes
Notes:
svn path=/projects/bectl/; revision=336710
Diffstat (limited to 'cddl/lib')
-rw-r--r-- | cddl/lib/libbe/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cddl/lib/libbe/Makefile b/cddl/lib/libbe/Makefile index c15e7c9ebcf6..c71d59eaa334 100644 --- a/cddl/lib/libbe/Makefile +++ b/cddl/lib/libbe/Makefile @@ -11,8 +11,6 @@ SRCS= be.c be_access.c be_error.c be_info.c INCS= be.h MAN= libbe.3 -WARNS?= 1 - LIBADD+= zfs LIBADD+= nvpair |