mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -32,7 +32,7 @@ Command *MessageCommandType::Create(CommandOutputTarget *target)
|
||||
return new MessageCommand(*this, target);
|
||||
}
|
||||
|
||||
bool MessageCommand::Apply(CommandExecutionContext context)
|
||||
bool MessageCommand::Apply(CommandExecutionContext WXUNUSED(context))
|
||||
{
|
||||
wxString message = GetString(wxT("MessageString"));
|
||||
Status(message);
|
||||
|
Reference in New Issue
Block a user