misc: get rid of some compiler warnings

This commit is contained in:
Megamouse 2017-08-18 10:41:57 +02:00 committed by Ivan
parent 713c1a7a86
commit 0854ed2b51
7 changed files with 21 additions and 19 deletions

View file

@ -980,7 +980,7 @@ void game_list_frame::PopulateGameGrid(uint maxCols, const QSize& image_size, co
}
// Get number of things that'll be in grid and precompute grid size.
int entries = 0;
uint entries = 0;
for (const GUI_GameInfo& game : m_game_data)
{
if (qstr(game.info.category) == category::disc_Game || qstr(game.info.category) == category::hdd_Game)