fix some compiler warnings

This commit is contained in:
Arvid Norberg
2012-06-25 14:17:51 +00:00
parent e51e953cb9
commit 57769bab11
10 changed files with 24 additions and 23 deletions

View File

@@ -756,7 +756,7 @@ namespace libtorrent
// peer id
memcpy(ptr, &m_ses.get_peer_id()[0], 20);
ptr += 20;
// ptr += 20;
#ifdef TORRENT_VERBOSE_LOGGING
peer_log("==> HANDSHAKE [ ih: %s ]", to_hex(ih.to_string()).c_str());