mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
Fix build with some clang versions
This commit is contained in:
parent
9fd92c3362
commit
b1e63f98ed
@ -100,9 +100,9 @@ private:
|
||||
rectangle_packer m_packer;
|
||||
|
||||
uint32_t m_white[16*16];
|
||||
static const uint16_t CACHE_SIZE = 1024;
|
||||
static const uint32_t PACKABLE_SIZE = 128;
|
||||
static const UINT32 WHITE_HASH = 0x87654321;
|
||||
enum : uint16_t { CACHE_SIZE = 1024 };
|
||||
enum : uint32_t { PACKABLE_SIZE = 128 };
|
||||
enum : UINT32 { WHITE_HASH = 0x87654321 };
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user