mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Windows: MSVC2017: fixed more attribute unused cases (1)
This commit is contained in:
@@ -71,8 +71,9 @@ void StringRangeGUI::setValue(const std::string& value)
|
||||
}
|
||||
}
|
||||
|
||||
void StringRangeGUI::on_rangeCombo_currentIndexChanged(int index __attribute__((unused)))
|
||||
void StringRangeGUI::on_rangeCombo_currentIndexChanged(int index)
|
||||
{
|
||||
(void) index;
|
||||
emit valueChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user