Merge pull request #1975 from Tilka/fix_warning

CoreTiming: fix warning
This commit is contained in:
Markus Wick
2015-01-28 09:33:39 +01:00

View File

@ -48,7 +48,7 @@ static Common::FifoQueue<BaseEvent, false> tsQueue;
// event pools // event pools
static Event *eventPool = nullptr; static Event *eventPool = nullptr;
float lastOCFactor; static float lastOCFactor;
int slicelength; int slicelength;
static int maxSliceLength = MAX_SLICE_LENGTH; static int maxSliceLength = MAX_SLICE_LENGTH;