mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-27 00:07:17 +02:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -228,7 +228,7 @@ void MixerToolBar::UpdateControls()
|
||||
#endif // USE_PORTMIXER
|
||||
}
|
||||
|
||||
void MixerToolBar::SetMixer(wxCommandEvent &event)
|
||||
void MixerToolBar::SetMixer(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
#if USE_PORTMIXER
|
||||
float inputVolume = mInputSlider->Get();
|
||||
|
||||
Reference in New Issue
Block a user