From 0f89206a1078a216961d974ed5bcf6464b65cbdf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 6 Mar 2017 11:09:47 +0300 Subject: Added missing "static" specifiers found by gcc -Wtraditional. --- src/http/ngx_http_upstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index a6a3f912a..14046935f 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -5554,7 +5554,7 @@ ngx_http_upstream_cookie_variable(ngx_http_request_t *r, #if (NGX_HTTP_CACHE) -ngx_int_t +static ngx_int_t ngx_http_upstream_cache_status(ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data) { -- cgit