Bluetooth: silense warnings

This commit is contained in:
李通洲
2023-01-27 13:10:06 +08:00
parent 205e664b4d
commit b0c19256f0
@@ -1,6 +1,6 @@
#include "bluetooth.h"
void ffDetectBluetoothImpl(const FFinstance* instance, FFBluetoothResult* bluetooth)
void ffDetectBluetoothImpl(FF_MAYBE_UNUSED const FFinstance* instance, FFBluetoothResult* bluetooth)
{
ffStrbufAppendS(&bluetooth->error, "Bluetooth not supported on this platform");
}