fix cppcheck warnings

This commit is contained in:
iceman1001 2021-05-07 11:13:56 +02:00
commit 0eddd72025
2 changed files with 90 additions and 90 deletions

View file

@ -184,7 +184,7 @@ LZ4LIB_API int LZ4_decompress_safe(const char *src, char *dst, int compressedSiz
return : maximum output size in a "worst case" scenario
or 0, if input size is incorrect (too large or negative)
*/
LZ4LIB_API int LZ4_compressBound(int inputSize);
LZ4LIB_API int LZ4_compressBound(int isize);
/*! LZ4_compress_fast() :
Same as LZ4_compress_default(), but allows selection of "acceleration" factor.