From ee4f57bc690a1fa10a5e228ae3cfb889d44fbbc7 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Sat, 2 Mar 2013 20:09:03 +0400 Subject: [PATCH] fixed compilation --- ngx_rtmp_limit_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ngx_rtmp_limit_module.c b/ngx_rtmp_limit_module.c index 146f76c..b3809c6 100644 --- a/ngx_rtmp_limit_module.c +++ b/ngx_rtmp_limit_module.c @@ -136,6 +136,7 @@ ngx_rtmp_limit_disconnect(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h, n = --*nconn; ngx_shmtx_unlock(&shpool->mutex); + (void) n; ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0, "limit: dec conection counter: %uD", n);