handle some warnings

This commit is contained in:
Megamouse 2018-01-12 12:33:37 +01:00 committed by Ivan
parent ef6a36241e
commit 2053de0885
10 changed files with 13 additions and 13 deletions

View file

@ -269,7 +269,7 @@ bool trophy_manager_dialog::LoadTrophyFolderToDB(const std::string& trop_name)
return false;
}
for (int trophy_id = 0; trophy_id < game_trophy_data->trop_usr->GetTrophiesCount(); ++trophy_id)
for (u32 trophy_id = 0; trophy_id < game_trophy_data->trop_usr->GetTrophiesCount(); ++trophy_id)
{
// Figure out how many zeros are needed for padding. (either 0, 1, or 2)
QString padding = "";