1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Fix gcc warning

This commit is contained in:
Jon Beniston 2021-07-09 13:40:31 +01:00
parent feecd02631
commit 600e071421

View File

@ -314,6 +314,7 @@ void PagerDemodGUI::on_fmDev_valueChanged(int value)
void PagerDemodGUI::on_baud_currentIndexChanged(int index)
{
(void)index;
m_settings.m_baud = ui->baud->currentText().toInt();
applySettings();
}