Browse Source

warning fix

miguelfreitas
Miguel Freitas 9 years ago
parent
commit
aa04f7e4e2
  1. 2
      libtorrent/include/libtorrent/piece_picker.hpp

2
libtorrent/include/libtorrent/piece_picker.hpp

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

Loading…
Cancel
Save