mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-16 04:38:57 -04:00
Windows: MSVC2017: fixed some attribute unused cases
This commit is contained in:
@@ -363,12 +363,9 @@ void ArgInfoGUI::on_argEdit_editingFinished()
|
||||
emit valueChanged();
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
void ArgInfoGUI::on_argCombo_currentIndexChanged(int index)
|
||||
#else
|
||||
void ArgInfoGUI::on_argCombo_currentIndexChanged(int index __attribute__((unused)))
|
||||
#endif
|
||||
{
|
||||
(void) index;
|
||||
QVariant v = ui->argCombo->currentData();
|
||||
bool ok = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user