]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed clang 3.5 warnings
authorinikep <inikep@gmail.com>
Thu, 6 Oct 2016 12:22:48 +0000 (14:22 +0200)
committerinikep <inikep@gmail.com>
Thu, 6 Oct 2016 12:22:48 +0000 (14:22 +0200)
lib/zstd.h

index f7c77af7bcc1df265333d194dc072cb8fd794ded..be2bd952b27d92770dcaf3e7701f8afe902ad6a9 100644 (file)
@@ -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.