Cursor: silence compiler warnings

This commit is contained in:
李通洲
2022-12-02 22:20:23 +08:00
parent 8b0d034a94
commit 911780ba3c
+1
View File
@@ -2,5 +2,6 @@
void ffDetectCursor(const FFinstance* instance, FFCursorResult* result)
{
FF_UNUSED(instance, result);
ffStrbufInitS(&result->error, "Not supported on this platform");
}