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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-03 15:44:49 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-03 15:44:49 +0300
commit6471f765eb7d9c0aba619545d9600bb6a4b55e2e (patch)
tree782b19ea8dcab74d491b9528a0b79f7a47b5c694 /tests/libs/zbxeval
parent5d4d9497ce5980ba823579487ba659fa36539f2a (diff)
........S. [ZBXNEXT-6470,ZBXNEXT-6715] moved pad back to cuid.c
Diffstat (limited to 'tests/libs/zbxeval')
-rw-r--r--tests/libs/zbxeval/mock_eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libs/zbxeval/mock_eval.c b/tests/libs/zbxeval/mock_eval.c
index 16ae7383e74..9cb2c883ea1 100644
--- a/tests/libs/zbxeval/mock_eval.c
+++ b/tests/libs/zbxeval/mock_eval.c
@@ -315,7 +315,7 @@ static void dump_token(const zbx_eval_context_t *ctx, const zbx_eval_token_t *to
printf("\t'%s'", zbx_variant_value_desc(&token->value));
}
- printf(" : %s (%u)\n", mock_token_type2str(token->type), token->opt);
+ printf(" : %s (%u)\n", mock_token_type2str(token->type), (unsigned int)token->opt);
}
void mock_dump_stack(const zbx_eval_context_t *ctx)