We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecaa54 commit e8307d8Copy full SHA for e8307d8
1 file changed
src/gameentry.cpp
@@ -30,7 +30,7 @@
30
31
// ignore texture (currently only supported by ScreenScraper.fr and import)
32
static const int NO_OF_TYPES =
33
- (int)(log2((GameEntry::Elem::ALL) + 1)) - 1 /* -1 for TEXTURE */;
+ (int)(log2((uint)GameEntry::Elem::ALL + 1)) - 1 /* -1 for TEXTURE */;
34
35
GameEntry::GameEntry() {}
36
0 commit comments