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/register.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libaccess/register.cpp') diff --git a/lib/libaccess/register.cpp b/lib/libaccess/register.cpp index 09d918fc..3f2acc5e 100644 --- a/lib/libaccess/register.cpp +++ b/lib/libaccess/register.cpp @@ -56,7 +56,6 @@ #include #include #include "aclcache.h" -#include #include /* This is to force aclspace.o into ns-httpd30.dll */ -- cgit