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
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-09 15:12:06 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-09 15:12:29 +0300
commit92725d889968c17adc1398d0139ef52a6bc252b9 (patch)
tree0f448d2feafa158a06db8a27b84cfb8d934c7eb0 /include/zbxeval.h
parent4f427f83f3b6fe6678a7e16c23939f083fe62f5b (diff)
........S. [ZBXNEXT-6451] fixed compiler warnings
Diffstat (limited to 'include/zbxeval.h')
-rw-r--r--include/zbxeval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zbxeval.h b/include/zbxeval.h
index 0dcad414fe2..7a23a645697 100644
--- a/include/zbxeval.h
+++ b/include/zbxeval.h
@@ -147,8 +147,8 @@ typedef struct
{
const char *expression;
zbx_token_type_t last_token_type;
- int const_index;
- int functionid_index;
+ zbx_uint32_t const_index;
+ zbx_uint32_t functionid_index;
zbx_uint64_t rules;
zbx_timespec_t ts;
zbx_vector_eval_token_t stack;