mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 15:55:45 -04:00
CDImageDevice: Fix gcc warning
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user