mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
load_content_from_compressed_archive - prevent warning
This commit is contained in:
parent
dc12f07a55
commit
b57b5f3624
@ -1294,9 +1294,9 @@ static bool load_content_from_compressed_archive(
|
|||||||
bool need_fullpath, const char *path)
|
bool need_fullpath, const char *path)
|
||||||
{
|
{
|
||||||
union string_list_elem_attr attributes;
|
union string_list_elem_attr attributes;
|
||||||
ssize_t new_path_len;
|
|
||||||
char new_path[PATH_MAX_LENGTH];
|
char new_path[PATH_MAX_LENGTH];
|
||||||
char new_basedir[PATH_MAX_LENGTH];
|
char new_basedir[PATH_MAX_LENGTH];
|
||||||
|
ssize_t new_path_len = 0;
|
||||||
bool ret = false;
|
bool ret = false;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
rarch_system_info_t *sys_info= NULL;
|
rarch_system_info_t *sys_info= NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user