mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -157,7 +157,7 @@ ErrorDialog::ErrorDialog(
|
||||
#endif
|
||||
}
|
||||
|
||||
void ErrorDialog::OnOk(wxCommandEvent &event)
|
||||
void ErrorDialog::OnOk(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
if (dModal)
|
||||
EndModal(true);
|
||||
@@ -269,7 +269,7 @@ void ShowHtmlText(wxWindow *pParent,
|
||||
return;
|
||||
}
|
||||
|
||||
void ErrorDialog::OnHelp(wxCommandEvent &event)
|
||||
void ErrorDialog::OnHelp(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
if( dhelpURL.StartsWith(wxT("innerlink:")) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user