satisfy apparently bogus compiler warning somewhere

This commit is contained in:
Daniel Santos 2016-03-01 07:24:28 +08:00 committed by Andy Green
parent a661ee5d53
commit f3d1d41bdd

View file

@ -505,7 +505,7 @@ lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, int t
char draining_flow = 0; char draining_flow = 0;
int timed_out = 0; int timed_out = 0;
time_t now; time_t now;
int n, m; int n = 0, m;
int more; int more;
/* /*