Silence a signed/unsigned mismatch warning

librecast_all_the_things
Evil Eye 3 years ago
parent d482766fe2
commit 5a7a3a0d2d

@ -96,7 +96,7 @@ struct FourCC
static constexpr unsigned int value = (((((d << 8) | c) << 8) | b) << 8) | a; static constexpr unsigned int value = (((((d << 8) | c) << 8) | b) << 8) | a;
}; };
enum RecNameInts enum RecNameInts : unsigned int
{ {
// format 0 / legacy // format 0 / legacy
REC_ACTI = FourCC<'A','C','T','I'>::value, REC_ACTI = FourCC<'A','C','T','I'>::value,

Loading…
Cancel
Save