mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-29 09:15:23 +02:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -246,7 +246,7 @@ bool EchoDialog::TransferDataFromWindow()
|
||||
|
||||
// handler implementations for EchoDialog
|
||||
|
||||
void EchoDialog::OnPreview(wxCommandEvent &event)
|
||||
void EchoDialog::OnPreview(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
TransferDataFromWindow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user