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);