mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
warning fix
This commit is contained in:
parent
8d6b749a5d
commit
e2e507b94b
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ namespace detail
|
|||
int conn = m_connections.size();
|
||||
#endif
|
||||
(*m_connections.begin())->disconnect();
|
||||
TORRENT_ASSERT(conn == m_connections.size() + 1);
|
||||
TORRENT_ASSERT(conn == int(m_connections.size()) + 1);
|
||||
}
|
||||
|
||||
#if defined(TORRENT_VERBOSE_LOGGING) || defined(TORRENT_LOGGING)
|
||||
|
|
Loading…
Add table
Reference in a new issue