From 9a471f1575cbe009831aa9745d2174617324e87c Mon Sep 17 00:00:00 2001 From: Takahiro Yamashita Date: Mon, 17 Jul 2023 18:30:48 +0900 Subject: [PATCH] a Signed-off-by: Takahiro Yamashita --- tests/internal/log_event_encoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/internal/log_event_encoder.c b/tests/internal/log_event_encoder.c index 376ddad4203..724a0647a9c 100644 --- a/tests/internal/log_event_encoder.c +++ b/tests/internal/log_event_encoder.c @@ -715,8 +715,8 @@ void dummy2() Test(dummy, type1, strlen(str), type2, str, strlen(str), type1, strlen(str), type2, str, strlen(str), - type1, 4UL, type2, str, 4UL, - type1, 4UL, type2, str, 4UL); + type1, (size_t)4, type2, str, (size_t)4, + type1, (size_t)4, type2, str, (size_t)4); } TEST_LIST = {