1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Restored the previously suppressed __attribute__ unused in a portable way

This commit is contained in:
f4exb
2019-06-19 18:50:55 +02:00
parent 65f61dc620
commit 634723ae2c
30 changed files with 93 additions and 3 deletions
@@ -79,6 +79,9 @@ PluginInstanceGUI* KiwiSDRPlugin::createSampleSourcePluginInstanceGUI(
QWidget **widget,
DeviceUISet *deviceUISet)
{
(void) sourceId;
(void) widget;
(void) deviceUISet;
return 0;
}
#else