mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 13:01:14 +00:00
tests: MSVC fix
This commit is contained in:
parent
bf192cdb43
commit
a9c07c47ea
@ -77,11 +77,9 @@ void test_network_fetch__no_tags_http(void)
|
|||||||
|
|
||||||
static void transferProgressCallback(const git_transfer_progress *stats, void *payload)
|
static void transferProgressCallback(const git_transfer_progress *stats, void *payload)
|
||||||
{
|
{
|
||||||
GIT_UNUSED(stats);
|
|
||||||
bool *invoked = (bool *)payload;
|
bool *invoked = (bool *)payload;
|
||||||
|
|
||||||
GIT_UNUSED(stats);
|
GIT_UNUSED(stats);
|
||||||
|
|
||||||
*invoked = true;
|
*invoked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user