fixed some warnings

This commit is contained in:
Arvid Norberg
2011-02-15 10:05:25 +00:00
parent d35670e53d
commit c4c1773ceb
11 changed files with 23 additions and 26 deletions

View File

@@ -297,7 +297,7 @@ void natpmp::try_next_mapping(int i, mutex::scoped_lock& l)
void natpmp::update_mapping(int i, mutex::scoped_lock& l)
{
if (i == m_mappings.size())
if (i == int(m_mappings.size()))
{
if (m_abort)
{