diff options
author | Rich Megginson <rmeggins@redhat.com> | 2010-08-31 21:17:30 -0600 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2010-09-01 17:08:30 -0600 |
commit | ea408efe551ad837b08423f6d32b5433ab8dfe2b (patch) | |
tree | 0e8d7a4132d9973498e7746cefdfcfb3f97a386f /lib/libaccess/oneeval.cpp | |
parent | 19c62472381cf72bc7bd20694bbd672edde7f94f (diff) | |
download | ds-ea408efe551ad837b08423f6d32b5433ab8dfe2b.tar.gz ds-ea408efe551ad837b08423f6d32b5433ab8dfe2b.tar.xz ds-ea408efe551ad837b08423f6d32b5433ab8dfe2b.zip |
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.
Tested on: RHEL5 x86_64, Fedora 14 x86_64
Reviewed by: nkinder (Thanks!)
Diffstat (limited to 'lib/libaccess/oneeval.cpp')
-rw-r--r-- | lib/libaccess/oneeval.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |