fixed clang 3.5 warnings
This commit is contained in:
+3
-3
@@ -188,7 +188,7 @@ typedef struct ZSTD_outBuffer_s {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************
|
/*-***********************************************************************
|
||||||
* Streaming compression - howto
|
* Streaming compression - howto
|
||||||
*
|
*
|
||||||
* A ZSTD_CStream object is required to track streaming operation.
|
* 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
|
* Streaming decompression howto
|
||||||
*
|
*
|
||||||
* A ZSTD_DStream object is required to track streaming operations.
|
* 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)
|
Buffer-less streaming decompression (synchronous mode)
|
||||||
|
|
||||||
A ZSTD_DCtx object is required to track streaming operations.
|
A ZSTD_DCtx object is required to track streaming operations.
|
||||||
|
|||||||
Reference in New Issue
Block a user