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:
@@ -143,6 +143,7 @@ struct Handler : CommandHandlerObject {
|
||||
|
||||
void OnNew(const CommandContext &context )
|
||||
{
|
||||
(void)context;// Compiler food
|
||||
CreateNewAudacityProject();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user