mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 07:58:55 +00:00
signed/unsigned warning fix
This commit is contained in:
parent
1068e67032
commit
e3ddb75a2a
@ -227,7 +227,7 @@ no_playlists:
|
||||
bool task_push_netplay_crc_scan(uint32_t crc, char* name,
|
||||
const char *hostname, const char *core_name)
|
||||
{
|
||||
int i;
|
||||
unsigned i;
|
||||
core_info_list_t *info = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
retro_task_t *task = (retro_task_t *)calloc(1, sizeof(*task));
|
||||
|
Loading…
x
Reference in New Issue
Block a user