mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -417,7 +417,7 @@ bool BatchCommands::WriteMp3File( const wxString Name, int bitrate )
|
||||
// and think again.
|
||||
// ======= IMPORTANT ========
|
||||
// CLEANSPEECH remnant
|
||||
bool BatchCommands::ApplySpecialCommand(int iCommand, const wxString command,const wxString params)
|
||||
bool BatchCommands::ApplySpecialCommand(int WXUNUSED(iCommand), const wxString command,const wxString params)
|
||||
{
|
||||
if (ReportAndSkip(command, params))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user