cleaned up some warnings
This commit is contained in:
parent
5d142ffe96
commit
76264eb814
3 changed files with 7 additions and 5 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue