mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 18:00:57 +00:00
Prevent 'logically dead code' warning
This commit is contained in:
parent
b110b08b25
commit
6d11f4ab9b
@ -266,7 +266,7 @@ struct string_list *string_list_new_special(enum string_list_type type,
|
||||
for (i = 0; i < *list_size; i++)
|
||||
{
|
||||
const char *opt = NULL;
|
||||
const core_info_t *info = (const core_info_t*)&core_info[i];
|
||||
core_info_t *info = (core_info_t*)&core_info[i];
|
||||
|
||||
if (!info)
|
||||
goto error;
|
||||
|
Loading…
Reference in New Issue
Block a user