Skip to content

Commit 05f1476

Browse files
authored
Bluetooth (Linux): silence an unused variable warning (#1717)
1 parent 3a180b2 commit 05f1476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/bluetooth/bluetooth_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ static uint32_t connectedDevices(void)
232232

233233
#endif
234234

235-
const char* ffDetectBluetooth(FFBluetoothOptions* options, FF_MAYBE_UNUSED FFlist* devices /* FFBluetoothResult */)
235+
const char* ffDetectBluetooth(FF_MAYBE_UNUSED FFBluetoothOptions* options, FF_MAYBE_UNUSED FFlist* devices /* FFBluetoothResult */)
236236
{
237237
#ifdef FF_HAVE_DBUS
238238
int32_t connectedCount = -1;

0 commit comments

Comments
 (0)