1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Fix compilation warnings

This commit is contained in:
Paul Licameli
2015-06-10 02:04:07 -04:00
parent 79305db179
commit 162418ff07
5 changed files with 8 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ CommandHandler::~CommandHandler()
delete mCurrentContext;
}
void CommandHandler::SetProject(AudacityProject *proj)
void CommandHandler::SetProject(AudacityProject *)
{
// TODO: Review if the extend command handling is ever utilized
// mCurrentContext->proj = proj;