CDImageDevice: Fix gcc warning

pull/2673/head
Connor McLaughlin 4 years ago
parent 45a2e0df5c
commit 2194004662

@ -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)
{ {

Loading…
Cancel
Save