mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Silence warnings about sign mismatch
This commit is contained in:
parent
281dff8956
commit
a4bfd84cc7
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ static void task_cloud_sync_delete_server_file(task_cloud_sync_state_t *sync_sta
|
|||
static void task_cloud_sync_maybe_ignore(task_cloud_sync_state_t *sync_state)
|
||||
{
|
||||
struct string_list *dirlist = task_cloud_sync_directory_map();
|
||||
int i;
|
||||
size_t i;
|
||||
bool found;
|
||||
|
||||
if (sync_state->local_manifest)
|
||||
|
|
Loading…
Add table
Reference in a new issue