1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 14:17:07 +01:00

fixed some warnings in debug mode (GCC/Linux)

This commit is contained in:
andheh
2018-03-21 22:44:55 +01:00
committed by James Crook
parent 1cda717a14
commit b56059a77c
3 changed files with 4 additions and 3 deletions

View File

@@ -704,7 +704,7 @@ bool MacroCommands::ApplyEffectCommand(
const wxString & command, const wxString & params,
const CommandContext & Context)
{
(void*)&command;//compiler food.
static_cast<void>(command);//compiler food.
//Possibly end processing here, if in batch-debug
if( ReportAndSkip(friendlyCommand, params))