mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
Fixed -Wunused-parameter warnings
This commit is contained in:
@@ -528,12 +528,14 @@ void USRPOutputGUI::on_gain_valueChanged(int value)
|
||||
|
||||
void USRPOutputGUI::on_antenna_currentIndexChanged(int index)
|
||||
{
|
||||
(void) index;
|
||||
m_settings.m_antennaPath = ui->antenna->currentText();
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void USRPOutputGUI::on_clockSource_currentIndexChanged(int index)
|
||||
{
|
||||
(void) index;
|
||||
m_settings.m_clockSource = ui->clockSource->currentText();
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user