mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-30 09:44:20 +02:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -64,7 +64,7 @@ void SoundActivatedRecord::PopulateOrExchange(ShuttleGui & S)
|
||||
S.AddStandardButtons();
|
||||
}
|
||||
|
||||
void SoundActivatedRecord::OnOK(wxCommandEvent & event)
|
||||
void SoundActivatedRecord::OnOK(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
ShuttleGui S( this, eIsSavingToPrefs );
|
||||
PopulateOrExchange( S );
|
||||
|
||||
Reference in New Issue
Block a user