1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 09:18:54 -05:00

Fix gcc warning

This commit is contained in:
Jon Beniston 2022-02-09 16:59:24 +00:00
parent 96b926fa33
commit c31a585cb6

View File

@ -1305,7 +1305,7 @@ void SatelliteTrackerGUI::updateMapList()
void SatelliteTrackerGUI::on_deviceFeatureSelect_currentIndexChanged(int index)
{
(int) index;
(void) index;
if (m_settings.m_dateTimeSelect == SatelliteTrackerSettings::FROM_MAP) {
m_settings.m_mapFeature = ui->deviceFeatureSelect->currentText();
} else {