Skip to content

Commit b6498be

Browse files
author
Valery Kholodkov
committed
Fixed unused attributes problem
1 parent 468725b commit b6498be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_http_upload_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ ngx_http_upload_merge_ranges(ngx_http_upload_ctx_t *u, ngx_http_upload_range_t *
18511851
ngx_http_upload_merger_state_t ms;
18521852
off_t remaining;
18531853
ssize_t rc;
1854-
int result;
1854+
__attribute__((__unused__)) int result;
18551855
ngx_buf_t in_buf;
18561856
ngx_buf_t out_buf;
18571857
ngx_http_upload_loc_conf_t *ulcf = ngx_http_get_module_loc_conf(u->request, ngx_http_upload_module);

0 commit comments

Comments
 (0)