From e89048c403090ad87ff0ee963f09865945196dbc Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 31 Aug 2010 21:17:30 -0600 Subject: fix compiler warnings - unused vars/funcs, invalid casts This commit fixes many compiler warnings, mostly for things like unused variables, functions, goto labels. One place was using csngen_free instead of csn_free. A couple of places were using casts incorrectly, and several places needed some casts added. --- lib/libaccess/oneeval.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libaccess/oneeval.cpp') diff --git a/lib/libaccess/oneeval.cpp b/lib/libaccess/oneeval.cpp index 8056e0ec..ed29ee47 100644 --- a/lib/libaccess/oneeval.cpp +++ b/lib/libaccess/oneeval.cpp @@ -70,6 +70,7 @@ #include "aclutil.h" #include "aclcache.h" #include "oneeval.h" +#define NO_ACL_HASH_FUNCS #include "permhash.h" static ACLDispatchVector_t __nsacl_vector = { -- cgit