1
0
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:
James Crook
2018-03-14 19:28:29 +00:00
parent 407819e906
commit 86cd720d99
2 changed files with 2 additions and 1 deletions

View File

@@ -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;