mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 11:42:17 +01:00
Fix warnings for unused variables and functions
This commit is contained in:
@@ -339,6 +339,7 @@ int ODDecodeBlockFile::WriteODDecodeBlockFile()
|
||||
mFormat,
|
||||
NULL);//summaryData);
|
||||
wxASSERT(bSuccess); // TODO: Handle failure here by alert to user and undo partial op.
|
||||
wxUnusedVar(bSuccess);
|
||||
|
||||
mFileNameMutex.Unlock();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user