Mute some warnings (#6563)

This commit is contained in:
Flössie
2022-08-26 11:54:12 +02:00
parent efbcebb522
commit 6819b32be7
6 changed files with 101 additions and 96 deletions

View File

@@ -2759,6 +2759,7 @@ bool crxMakeQStep(CrxImage *img, CrxTile *tile, std::int32_t *qpTable, std::uint
}
// continue to the next level - we always decode all levels
++qStep;
// fall through
case 2:
qStep->qStepTbl = qStepTbl;
qStep->width = qpWidth;
@@ -2777,6 +2778,7 @@ bool crxMakeQStep(CrxImage *img, CrxTile *tile, std::int32_t *qpTable, std::uint
}
// continue to the next level - we always decode all levels
++qStep;
// fall through
case 1:
qStep->qStepTbl = qStepTbl;
qStep->width = qpWidth;