mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05: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