mirror of
https://github.com/GerbilSoft/minizip-ng.git
synced 2025-06-18 11:35:34 -04:00
Mark handle as unused.
To avoid warning, consistently with other functions/args in the file.
This commit is contained in:
parent
378a4ebc55
commit
b0568345a3
@ -307,6 +307,7 @@ int32_t minizip_extract_entry_cb(void *handle, void *userdata, mz_zip_file *file
|
||||
minizip_opt *options = (minizip_opt *)userdata;
|
||||
char *utf8_string = NULL;
|
||||
|
||||
MZ_UNUSED(handle);
|
||||
MZ_UNUSED(path);
|
||||
|
||||
if ((options->encoding > 0) && (file_info->flag & MZ_ZIP_FLAG_UTF8) == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user