mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Fixed some misc. compiler warnings.
This commit is contained in:
@@ -191,8 +191,8 @@ public:
|
||||
*
|
||||
* @param[in] format The compression format the data is in.
|
||||
* @param[in] cbytes The compressed data to decompress.
|
||||
* @param[in] compressedSize The size in bytes of the compressed data.
|
||||
* @param[inout] rawsize On input, the size in bytes of the original
|
||||
* @param[in] compressedsize The size in bytes of the compressed data.
|
||||
* @param[in,out] rawsize On input, the size in bytes of the original
|
||||
* uncompressed data, or 0 if unknown. On return, the size in
|
||||
* bytes of the newly decompressed data.
|
||||
* @return The newly decompressed data (allocated with new[]).
|
||||
|
||||
Reference in New Issue
Block a user