We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcb233 commit fbf08ecCopy full SHA for fbf08ec
1 file changed
lib/zstd.h
@@ -165,6 +165,8 @@ ZSTDLIB_API const char* ZSTD_versionString(void);
165
* @note It is common to use @p srcSize as the @p dstCapacity. In this case you should check to see
166
* if `ZSTD_isError(ret) && ZSTD_getErrorCode(ret) == ZSTD_error_dstSize_tooSmall` then the
167
* @p src wasn't compressible.
168
+ *
169
+ * @warning This is a warning!!!
170
*/
171
ZSTDLIB_API size_t ZSTD_compress( void* dst, size_t dstCapacity,
172
const void* src, size_t srcSize,
0 commit comments