mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-20 13:11:11 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -35,7 +35,7 @@ Command *BatchEvalCommandType::Create(CommandOutputTarget *target)
|
||||
return new BatchEvalCommand(*this, target);
|
||||
}
|
||||
|
||||
bool BatchEvalCommand::Apply(CommandExecutionContext context)
|
||||
bool BatchEvalCommand::Apply(CommandExecutionContext WXUNUSED(context))
|
||||
{
|
||||
|
||||
wxString chainName = GetString(wxT("ChainName"));
|
||||
|
||||
Reference in New Issue
Block a user