mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 22:08:56 +00:00
Fix compilation error on Windows
This commit is contained in:
parent
5c3d5fb018
commit
a41e9f131e
@ -502,7 +502,6 @@ cleanup:
|
|||||||
static int http_negotiate_fetch(git_transport *transport, git_repository *repo, git_headarray *wants)
|
static int http_negotiate_fetch(git_transport *transport, git_repository *repo, git_headarray *wants)
|
||||||
{
|
{
|
||||||
transport_http *t = (transport_http *) transport;
|
transport_http *t = (transport_http *) transport;
|
||||||
GIT_UNUSED_ARG(list);
|
|
||||||
int error;
|
int error;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
char buff[128];
|
char buff[128];
|
||||||
|
Loading…
Reference in New Issue
Block a user