libcsa: Resolve 96 -Wunused-variable warnings.

This is not all of them, another ~90 exist in generated code.
This commit is contained in:
Peter Howkins
2012-11-06 15:07:08 +00:00
parent 37c30d32f7
commit 6f2a704bbd
15 changed files with 5 additions and 172 deletions

View File

@@ -1668,7 +1668,6 @@ hash_entry_attrs(
cms_attribute **hattrs,
uint *num)
{
CSA_return_code stat;
int i, j, index, count = 0;
cms_attribute *nattrs;
char *name;
@@ -1718,7 +1717,6 @@ hash_cal_attrs(
cms_attribute **hattrs,
uint *num)
{
CSA_return_code stat;
int i, j, index, count = 0;
cms_attribute *nattrs;
char *name;
@@ -1949,7 +1947,6 @@ _CheckCalendarName(char *owner, char *cname, cms_attribute_value *val)
CSA_return_code stat;
char *ptr, *optr;
char user[BUFSIZ];
int res;
boolean_t isuser;
if (val->type != CSA_VALUE_STRING)