1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Fix C4458 Warnings

C4458 is 'Declaration hides class member'
This commit is contained in:
James Crook
2018-10-10 19:44:31 +01:00
parent 657159d542
commit 7e5a716e65
8 changed files with 59 additions and 58 deletions

View File

@@ -1078,6 +1078,7 @@ bool AudacityApp::OnExceptionInMainLoop()
try { throw; }
catch ( AudacityException &e ) {
(void)e;// Compiler food
// Here is the catch-all for our own exceptions
// Use CallAfter to delay this to the next pass of the event loop,