Work around what looks like a bug in XCode 11.2 in -O0 and -O1.

This commit is contained in:
Christian Speckner 2019-12-08 20:52:22 +01:00
parent 4ca430b6f9
commit 3a90828892
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ void RewindManager::setup()
myLastTimeMachineAdd = false;
const string& prefix = myOSystem.settings().getBool("dev.settings") ? "dev." : "plr.";
const uInt32 maxBufSize = MAX_BUF_SIZE;
// Work around a bug in XCode 11.2 with -O0 and -O1
const uInt32 maxBufSize = MAX_BUF_SIZE;