Skip to content
Snippets Groups Projects
Commit f3d1d41b authored by Daniel Santos's avatar Daniel Santos Committed by Andy Green
Browse files

satisfy apparently bogus compiler warning somewhere

parent a661ee5d
Branches
Tags
No related merge requests found
...@@ -505,7 +505,7 @@ lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, int t ...@@ -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;
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment