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.
2 parents 828f4cb + bbc4415 commit 69a88d2Copy full SHA for 69a88d2
ext/zstdruby/streaming_compress.c
@@ -36,7 +36,7 @@ streaming_compress_memsize(const void *p)
36
}
37
38
#ifdef HAVE_RB_GC_MARK_MOVABLE
39
-static size_t
+static void
40
streaming_compress_compact(void *p)
41
{
42
struct streaming_compress_t *sc = p;
ext/zstdruby/streaming_decompress.c
@@ -35,7 +35,7 @@ streaming_decompress_memsize(const void *p)
35
streaming_decompress_compact(void *p)
struct streaming_decompress_t *sd = p;
0 commit comments