mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
GRAPHICS: Fix MSVC C4309 enum sign warning
This commit is contained in:
parent
8140fdfbcc
commit
de88d24ef3
@ -65,7 +65,7 @@ The meaning of these is masks is the following:
|
||||
|
||||
template<>
|
||||
struct ColorMasks<565> {
|
||||
enum {
|
||||
enum : uint {
|
||||
kHighBitsMask = 0xF7DEF7DE,
|
||||
kLowBitsMask = 0x08210821,
|
||||
qhighBits = 0xE79CE79C,
|
||||
|
Loading…
x
Reference in New Issue
Block a user