CDImageDevice: Fix gcc warning

This commit is contained in:
Connor McLaughlin 2021-10-08 18:23:05 +10:00
parent 45a2e0df5c
commit 2194004662

View file

@ -9,11 +9,8 @@
#include <cmath> #include <cmath>
Log_SetChannel(CDImageDevice); Log_SetChannel(CDImageDevice);
enum : u32 static constexpr u32 MAX_TRACK_NUMBER = 99;
{ static constexpr int ALL_SUBCODE_SIZE = 96;
MAX_TRACK_NUMBER = 99,
ALL_SUBCODE_SIZE = 96,
};
static u32 BEToU32(const u8* val) static u32 BEToU32(const u8* val)
{ {