From aa04f7e4e2ebece3f20f58cffceacfcdbcfb8161 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 20 Dec 2015 13:33:50 -0200 Subject: [PATCH] warning fix --- libtorrent/include/libtorrent/piece_picker.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/include/libtorrent/piece_picker.hpp b/libtorrent/include/libtorrent/piece_picker.hpp index b9f3727e..55165ba0 100644 --- a/libtorrent/include/libtorrent/piece_picker.hpp +++ b/libtorrent/include/libtorrent/piece_picker.hpp @@ -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); }