mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
vino: another msvc bug (nw)
MSVC produces "Warning C4309 'initializing': truncation of constant value" Previously reported here: https://developercommunity.visualstudio.com/content/problem/490264/standard-violation-enum-underlying-type-cannot-rep.html
This commit is contained in:
parent
23b49d88af
commit
5468cb6f3a
@ -34,7 +34,7 @@ private:
|
||||
CHAN_COUNT
|
||||
};
|
||||
|
||||
enum
|
||||
enum : u64
|
||||
{
|
||||
CTRL_MASK = 0x7fffffff,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user