Silence compiler.

This commit is contained in:
Christian Speckner 2019-03-18 22:43:31 +01:00
parent 383424983a
commit a794bb983a
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ void CartridgeCDFWidget::saveOldState()
myOldState.internalram.clear();
myOldState.samplepointer.clear();
for(uInt32 i = 0; i < (isCDFJ() ? 35 : 34); ++i)
for(uInt32 i = 0; i < static_cast<uInt32>(isCDFJ() ? 35 : 34); ++i)
{
// Pointers are stored as:
// PPPFF---