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:
parent
a661ee5d53
commit
f3d1d41bdd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue