mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-25 11:31:38 +00:00
Fix MSVC compilation warning
This commit is contained in:
parent
693021262b
commit
35108a216e
@ -33,7 +33,7 @@ static void progress(const git_transfer_progress *stats, void *payload)
|
||||
*bytes_received = stats->received_bytes;
|
||||
}
|
||||
|
||||
static void do_fetch(const char *url, int flag, int n)
|
||||
static void do_fetch(const char *url, git_remote_autotag_option_t flag, int n)
|
||||
{
|
||||
git_remote *remote;
|
||||
git_remote_callbacks callbacks;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user