tests: MSVC fix

This commit is contained in:
Vicent Marti 2012-12-05 21:06:54 +01:00
parent bf192cdb43
commit a9c07c47ea

View File

@ -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;
}