mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-10 13:40:37 -04:00
Fix gcc warning
This commit is contained in:
parent
feecd02631
commit
600e071421
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user