Skip to content

Commit a19f022

Browse files
usharmaedsiper
authored andcommitted
tests: fix typecasting for zstd_compress
Signed-off-by: usharma <[email protected]>
1 parent 669dd82 commit a19f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/internal/aws_compress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ static void flb_aws_compress_truncate_b64_test_cases__zstd_decode(
274274
size_t max_out_len)
275275
{
276276
flb_aws_compress_general_test_cases(FLB_AWS_COMPRESS_TEST_TYPE_B64_TRUNCATE,
277-
cases, max_out_len, &flb_zstd_uncompress);
277+
cases, max_out_len, (int *)&flb_zstd_uncompress);
278278
}
279279

280280
/* General test case loop flb_aws_compress */

0 commit comments

Comments
 (0)