Linux (Bluetooth): silence warnings

This commit is contained in:
李通洲
2023-07-15 08:22:45 +08:00
parent 87ebdef8df
commit 55e0f8e5dd
+1 -1
View File
@@ -193,7 +193,7 @@ static const char* detectBluetooth(FFlist* devices)
#endif
const char* ffDetectBluetooth(FFlist* devices /* FFBluetoothDevice */)
const char* ffDetectBluetooth(FF_MAYBE_UNUSED FFlist* devices /* FFBluetoothDevice */)
{
#ifdef FF_HAVE_DBUS
return detectBluetooth(devices);