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

@@ -90,6 +90,7 @@ namespace libtorrent
m_queue.push_front(entry());
e = &m_queue.front();
break;
default: return;
}
e->priority = priority;