Fixed some misc. compiler warnings.

This commit is contained in:
Alex Szpakowski
2015-05-23 12:45:58 -03:00
parent 17fe6bd30a
commit c3fd7a25a3
10 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ public:
*
* @param[in] data The input (compressed) data.
* @param[in] dataSize The size in bytes of the compressed data.
* @param[inout] decompressedSize On input, the size in bytes of the
* @param[in,out] decompressedSize On input, the size in bytes of the
* original uncompressed data, or 0 if unknown. On return, the
* size in bytes of the decompressed data.
*