mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-28 00:35:18 +02:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -592,7 +592,7 @@ void EffectDialog::Init()
|
||||
/// This is a virtual function which will be overridden to
|
||||
/// provide the actual parameters that we want for each
|
||||
/// kind of dialog.
|
||||
void EffectDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
void EffectDialog::PopulateOrExchange(ShuttleGui & WXUNUSED(S))
|
||||
{
|
||||
return;
|
||||
}
|
||||
@@ -618,7 +618,7 @@ bool EffectDialog::Validate()
|
||||
return true;
|
||||
}
|
||||
|
||||
void EffectDialog::OnPreview(wxCommandEvent & event)
|
||||
void EffectDialog::OnPreview(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user