diff --git a/lib/compress/zstd_compress.c b/lib/compress/zstd_compress.c index 34d4f5b0f..e09eef3d1 100644 --- a/lib/compress/zstd_compress.c +++ b/lib/compress/zstd_compress.c @@ -916,6 +916,7 @@ size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) return ZSTDMT_toFlushNow(cctx->mtctx); } #endif + (void)cctx; return 0; /* over-simplification; could also check if context is currently running in streaming mode, and in which case, report how many bytes are left to be flushed within output buffer */ }