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:
Patrick Mackinlay 2019-07-18 11:53:39 +07:00
parent 23b49d88af
commit 5468cb6f3a

View File

@ -34,7 +34,7 @@ private:
CHAN_COUNT
};
enum
enum : u64
{
CTRL_MASK = 0x7fffffff,