mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Linty fixes
This commit fixes a number of warnings shown in compilation with MSVC. No behavioral changes intended. I did not fix signed/unsigned warnings.
This commit is contained in:
@@ -1641,7 +1641,7 @@ bool Effect::ProcessTrack(int count,
|
||||
{
|
||||
processed = ProcessBlock(inBufPos.get(), outBufPos.get(), curBlockSize);
|
||||
}
|
||||
catch( const AudacityException &e )
|
||||
catch( const AudacityException & WXUNUSED(e) )
|
||||
{
|
||||
// PRL: Bug 437:
|
||||
// Pass this along to our application-level handler
|
||||
|
||||
Reference in New Issue
Block a user