fixed some warnings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user