some msvc fixes

This commit is contained in:
Arvid Norberg
2015-05-30 21:46:59 +00:00
parent d9813ca56d
commit 84849f3afd
42 changed files with 27 additions and 90 deletions

View File

@@ -112,6 +112,5 @@ TORRENT_TEST(peer_class)
pool.decref(id1);
TEST_CHECK(pool.at(id2) == NULL);
TEST_CHECK(pool.at(id1) == NULL);
return 0;
}