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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user