comparison src/http/ngx_http_upstream.c @ 6923:fbdaad9b0e7b

Added missing "static" specifiers found by gcc -Wtraditional.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 11:09:47 +0300
parents a72886067bbb
children 4cb4ffe06785
comparison
equal deleted inserted replaced
6922:a72886067bbb 6923:fbdaad9b0e7b
5552 } 5552 }
5553 5553
5554 5554
5555 #if (NGX_HTTP_CACHE) 5555 #if (NGX_HTTP_CACHE)
5556 5556
5557 ngx_int_t 5557 static ngx_int_t
5558 ngx_http_upstream_cache_status(ngx_http_request_t *r, 5558 ngx_http_upstream_cache_status(ngx_http_request_t *r,
5559 ngx_http_variable_value_t *v, uintptr_t data) 5559 ngx_http_variable_value_t *v, uintptr_t data)
5560 { 5560 {
5561 ngx_uint_t n; 5561 ngx_uint_t n;
5562 5562