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