mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 19:52:19 +01:00
Commit a warnings removal patch from Benjamin Drung to correct a string of minor misdemeanors.
This commit is contained in:
@@ -65,8 +65,8 @@ void ODComputeSummaryTask::DoSomeInternal()
|
||||
}
|
||||
|
||||
ODPCMAliasBlockFile* bf;
|
||||
sampleCount blockStartSample;
|
||||
sampleCount blockEndSample;
|
||||
sampleCount blockStartSample = 0;
|
||||
sampleCount blockEndSample = 0;
|
||||
bool success =false;
|
||||
|
||||
mBlockFilesMutex.Lock();
|
||||
@@ -281,4 +281,4 @@ void ODComputeSummaryTask::OrderBlockFiles(std::vector<ODPCMAliasBlockFile*> &un
|
||||
unorderedBlocks[i]->Deref();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user