mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Fix gcc warnings.
This commit is contained in:
@@ -847,6 +847,8 @@ void RemoteTCPInputGui::on_preFill_valueChanged(int value)
|
||||
|
||||
void RemoteTCPInputGui::on_protocol_currentIndexChanged(int index)
|
||||
{
|
||||
(void) index;
|
||||
|
||||
m_settings.m_protocol = ui->protocol->currentText();
|
||||
m_settingsKeys.append("protocol");
|
||||
sendSettings();
|
||||
|
||||
Reference in New Issue
Block a user