mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 22:27:10 +01:00
Fix two MSVC compile warnings.
This commit is contained in:
@@ -687,6 +687,8 @@ bool MacroCommands::ApplyEffectCommand(
|
||||
const wxString & command, const wxString & params,
|
||||
const CommandContext & Context)
|
||||
{
|
||||
(void*)&command;//compiler food.
|
||||
|
||||
//Possibly end processing here, if in batch-debug
|
||||
if( ReportAndSkip(friendlyCommand, params))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user