From: inikep Date: Thu, 6 Oct 2016 12:22:48 +0000 (+0200) Subject: fixed clang 3.5 warnings X-Git-Tag: v1.1.1~23^2~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1db376acfed644b813231d819bd12b4b4c1c6e;p=thirdparty%2Fzstd.git fixed clang 3.5 warnings --- diff --git a/lib/zstd.h b/lib/zstd.h index f7c77af7b..be2bd952b 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -188,7 +188,7 @@ typedef struct ZSTD_outBuffer_s { -/************************************************************************* +/*-*********************************************************************** * Streaming compression - howto * * A ZSTD_CStream object is required to track streaming operation. @@ -238,7 +238,7 @@ ZSTDLIB_API size_t ZSTD_CStreamOutSize(void); /**< recommended size for output -/***************************************************************************** +/*-*************************************************************************** * Streaming decompression howto * * A ZSTD_DStream object is required to track streaming operations. @@ -482,7 +482,7 @@ ZSTDLIB_API size_t ZSTD_compressEnd(ZSTD_CCtx* cctx, void* dst, size_t dstCapaci -/** +/*- Buffer-less streaming decompression (synchronous mode) A ZSTD_DCtx object is required to track streaming operations.