Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-01-05 17:42:54 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-01-05 17:42:54 +0300
commit10d1919791e76aef8884e32eeb57102cf7f1b61f (patch)
treecfe730b1c3cfeccbcbf2c2a2509b1bf343ce0fc3 /src/libs
parent029c9ec7532fb20fa483fb76ab1fcc46becf4785 (diff)
........S. [ZBX-19806] fixed shadowVariable warning in cppcheck
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/zbxembed/httprequest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/zbxembed/httprequest.c b/src/libs/zbxembed/httprequest.c
index 3f1d82647d6..52fb8509aae 100644
--- a/src/libs/zbxembed/httprequest.c
+++ b/src/libs/zbxembed/httprequest.c
@@ -598,7 +598,6 @@ static duk_ret_t get_headers_as_arrays(duk_context *ctx, zbx_es_httprequest_t *r
for (i = 0; i < headers.values_num; i++) {
zbx_cached_header_t *h = (zbx_cached_header_t*)headers.values[i];
duk_idx_t arr_idx;
- int j;
arr_idx = duk_push_array(ctx);