1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Fix warnings

This commit is contained in:
Jon Beniston
2026-03-25 19:06:11 +00:00
parent 6e21e689e9
commit ac4d1d1102
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -2167,7 +2167,7 @@ void DeviceOpener::deviceSetAdded(int index, DeviceAPI *device)
void DeviceOpener::deviceChanged(int index)
{
(int) index;
(void) index;
// Apply device settings
QString errorMessage;