mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-09 13:13:34 +00:00
Silence a signed/unsigned mismatch warning
This commit is contained in:
parent
d482766fe2
commit
5a7a3a0d2d
@ -96,7 +96,7 @@ struct FourCC
|
||||
static constexpr unsigned int value = (((((d << 8) | c) << 8) | b) << 8) | a;
|
||||
};
|
||||
|
||||
enum RecNameInts
|
||||
enum RecNameInts : unsigned int
|
||||
{
|
||||
// format 0 / legacy
|
||||
REC_ACTI = FourCC<'A','C','T','I'>::value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user