warning fix

This commit is contained in:
Miguel Freitas 2015-12-20 13:33:50 -02:00
parent 679246064f
commit aa04f7e4e2

View File

@ -425,7 +425,7 @@ namespace libtorrent
, piece_priority(1)
, index(index_)
{
TORRENT_ASSERT(peer_count_ >= 0);
//TORRENT_ASSERT(peer_count_ >= 0);
TORRENT_ASSERT(index_ >= 0);
}