libcsa: Resolve GCC 9 warnings

This commit is contained in:
Peter Howkins
2020-08-01 21:38:08 +01:00
parent c7907f4f19
commit ce4fad4c5a
4 changed files with 8 additions and 4 deletions

View File

@@ -62,8 +62,8 @@
static struct timeval timeout_tv;
static struct timeval retry_tv;
static AUTH *unix_credential = NULL;
static tcp_count = 0;
static cl_count = 0;
static int tcp_count = 0;
static int cl_count = 0;
static _DtCm_Client_Info *client_cache_head = NULL;
static _DtCm_Client_Info *client_cache_tail = NULL;