1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

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;
int timed_out = 0;
time_t now;
int n, m;
int n = 0, m;
int more;
/*