Commit a9c07c47 by Vicent Marti

tests: MSVC fix

parent bf192cdb
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment