mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 16:08:46 +01:00
Commit a warnings removal patch from Benjamin Drung to correct a string of minor misdemeanors.
This commit is contained in:
@@ -352,7 +352,7 @@ int ExportCL::Export(AudacityProject *project,
|
||||
mixerSpec);
|
||||
|
||||
size_t numBytes = 0;
|
||||
samplePtr mixed;
|
||||
samplePtr mixed = NULL;
|
||||
int updateResult = eProgressSuccess;
|
||||
|
||||
// Prepare the progress display
|
||||
|
||||
Reference in New Issue
Block a user