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,
|
bool task_push_netplay_crc_scan(uint32_t crc, char* name,
|
||||||
const char *hostname, const char *core_name)
|
const char *hostname, const char *core_name)
|
||||||
{
|
{
|
||||||
int i;
|
unsigned i;
|
||||||
core_info_list_t *info = NULL;
|
core_info_list_t *info = NULL;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
retro_task_t *task = (retro_task_t *)calloc(1, sizeof(*task));
|
retro_task_t *task = (retro_task_t *)calloc(1, sizeof(*task));
|
||||||
|
|
Loading…
Reference in New Issue