Cleanup warnings

This commit is contained in:
Matt Ullman 2016-03-21 21:52:40 -04:00
parent 87b20cbb75
commit e23126c83b
16 changed files with 61 additions and 163 deletions

View file

@ -228,7 +228,7 @@ dns_stats_results_callback(const char *callid, const char *status, int resc, con
{
struct dnsstatreq *req;
uint32_t qid;
int st, i;
int st;
long lqid = strtol(callid, NULL, 16);
if(lqid > UINT32_MAX)