mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 14:23:06 +00:00
Fix warning
This commit is contained in:
parent
c393a1a99f
commit
4029709658
@ -61,7 +61,7 @@ static bool zlib_stream_decompress_data_to_file_init(
|
||||
goto error;
|
||||
|
||||
if (zlib_inflate_backend.define)
|
||||
zlib_inflate_backend.define(handle->stream, "window_bits", -MAX_WBITS);
|
||||
zlib_inflate_backend.define(handle->stream, "window_bits", (uint32_t)-MAX_WBITS);
|
||||
|
||||
handle->data = (uint8_t*)malloc(size);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user