mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
COMMON: Fix MSVC C4309 enum sign warning
This commit is contained in:
parent
69fa387197
commit
8140fdfbcc
@ -42,7 +42,7 @@ namespace Common {
|
||||
typedef typename super_type::reference reference; \
|
||||
typedef typename super_type::const_reference const_reference;
|
||||
|
||||
enum {
|
||||
enum : uint {
|
||||
kSpanMaxSize = 0xFFFFFFFF,
|
||||
kSpanKeepOffset = 0xFFFFFFFF
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user