mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 14:37:30 +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)
|
||||
{
|
||||
GIT_UNUSED(stats);
|
||||
bool *invoked = (bool *)payload;
|
||||
|
||||
GIT_UNUSED(stats);
|
||||
|
||||
*invoked = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user