cleaned up some warnings

This commit is contained in:
Michael Mandl 2018-06-26 15:14:25 +02:00
parent 5d142ffe96
commit 76264eb814
3 changed files with 7 additions and 5 deletions

View file

@ -30,6 +30,8 @@ unsigned int PRMap::lookup(const Age &age, const unsigned int &points)
return index - 1;
}
}
return 0;
}();
if (ageIndex >= m_PRs.at(points).size())