We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e614d4 commit dbd27e5Copy full SHA for dbd27e5
src/aws/flb_aws_compress.c
@@ -52,7 +52,7 @@ static const struct compression_option compression_options[] = {
52
{
53
FLB_AWS_COMPRESS_ZSTD,
54
"zstd",
55
- &flb_zstd_compress
+ (int *)&flb_zstd_compress
56
},
57
#ifdef FLB_HAVE_ARROW
58
0 commit comments