From 6767f30632ccf1afcb10ad596090c2f88030778e Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Tue, 1 Mar 2016 07:24:28 +0800 Subject: [PATCH] satisfy apparently bogus compiler warning somewhere --- lib/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service.c b/lib/service.c index bbd0719d2..d27e4e094 100644 --- a/lib/service.c +++ b/lib/service.c @@ -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; /*