mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -45,7 +45,7 @@ bool EffectRepair::PromptUser()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool EffectRepair::TransferParameters( Shuttle & shuttle )
|
||||
bool EffectRepair::TransferParameters( Shuttle & WXUNUSED(shuttle) )
|
||||
{
|
||||
//TODO: pop-click values.
|
||||
// shuttle.TransferInt("",,0);
|
||||
|
||||
Reference in New Issue
Block a user