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

@@ -79,5 +79,5 @@ strncasecmp(register const char *s1,
return (int) (*s1 - *s2);
}
#else
static int unused = 0; /* Make the compiler happy. */
int ansi_c_strcasecmp_not_needed = 0; /* Make the compiler happy. */
#endif