mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
coverity: 62374: no need to init n
This commit is contained in:
parent
9679222070
commit
a6b4bd8bfc
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi)
|
|||
volatile struct lws_context_per_thread *vpt;
|
||||
struct lws_context_per_thread *pt;
|
||||
lws_usec_t timeout_us, us;
|
||||
int n = -1;
|
||||
int n;
|
||||
#if (defined(LWS_ROLE_WS) && !defined(LWS_WITHOUT_EXTENSIONS)) || defined(LWS_WITH_TLS)
|
||||
int m;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue