mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -71,7 +71,7 @@ WarningDialog::WarningDialog(wxWindow *parent, wxString message, bool showCancel
|
||||
CentreOnParent();
|
||||
}
|
||||
|
||||
void WarningDialog::OnOK(wxCommandEvent& event)
|
||||
void WarningDialog::OnOK(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
EndModal(mCheckBox->GetValue() ? wxID_NO : wxID_YES); // return YES, if message should be shown again
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user