mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
GRAPHICS: Fix MSVC C4309 enum sign warning
This commit is contained in:
parent
5437a8fed4
commit
69a386aff7
@ -288,7 +288,7 @@ struct ColorMasks<8888> {
|
||||
|
||||
template<>
|
||||
struct ColorMasks<-8888> {
|
||||
enum {
|
||||
enum : uint {
|
||||
kBytesPerPixel = 4,
|
||||
|
||||
kAlphaBits = 8,
|
||||
|
Loading…
x
Reference in New Issue
Block a user