From ea408efe551ad837b08423f6d32b5433ab8dfe2b 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. Tested on: RHEL5 x86_64, Fedora 14 x86_64 Reviewed by: nkinder (Thanks!) --- lib/libaccess/aclflush.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libaccess/aclflush.cpp') diff --git a/lib/libaccess/aclflush.cpp b/lib/libaccess/aclflush.cpp index 8e5ce7c8..a2f44618 100644 --- a/lib/libaccess/aclflush.cpp +++ b/lib/libaccess/aclflush.cpp @@ -52,7 +52,6 @@ #include #include #include "aclcache.h" -#include extern void ACL_DatabaseDestroy(void); -- cgit