mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 19:20:49 +00:00
Merge branch 'warning' into 'master'
Silence a signed/unsigned mismatch warning See merge request OpenMW/openmw!1528
This commit is contained in:
commit
b6572fbe42
@ -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