mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
zlib_inflate_data_to_file - indicate that one variable is not
used
This commit is contained in:
parent
4171d540c1
commit
26d90e91f3
@ -301,6 +301,8 @@ int zlib_inflate_data_to_file(const char *path, const char *valid_exts,
|
||||
z_stream *stream = NULL;
|
||||
int ret = true;
|
||||
zlib_file_handle_t handle = {0};
|
||||
|
||||
(void)valid_exts;
|
||||
|
||||
if (!zlib_inflate_data_to_file_init(&handle, cdata, csize, size))
|
||||
GOTO_END_ERROR();
|
||||
|
Loading…
x
Reference in New Issue
Block a user