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

Fix many MSVC compiler warnings.

This commit is contained in:
James Crook
2018-10-29 13:19:33 +00:00
parent 6fe0c6dd45
commit 76166135d4
10 changed files with 19 additions and 12 deletions

View File

@@ -143,6 +143,7 @@ struct Handler : CommandHandlerObject {
void OnNew(const CommandContext &context )
{
(void)context;// Compiler food
CreateNewAudacityProject();
}