video_core: Silence signed/unsigned mismatch warnings

This commit is contained in:
Morph 2021-06-28 02:55:02 -04:00
parent c5e25cffb9
commit d3d6613d33
4 changed files with 6 additions and 5 deletions

View file

@ -1365,8 +1365,8 @@ static void DecompressBlock(std::span<const u8, 16> inBuf, const u32 blockWidth,
// each partition.
// Determine partitions, partition index, and color endpoint modes
s32 planeIdx = -1;
u32 partitionIndex;
u32 planeIdx{UINT32_MAX};
u32 partitionIndex{};
u32 colorEndpointMode[4] = {0, 0, 0, 0};
// Define color data.