Common: silences compiler warnings

This commit is contained in:
李通洲
2026-01-07 20:11:41 +08:00
parent 9e49451340
commit bc6fd025cb
+1
View File
@@ -33,6 +33,7 @@ static inline size_t ffMallocUsableSize(const void* ptr)
#elif FF_HAVE_MSVC_MSIZE
return _msize((void*) ptr);
#else
(void) ptr;
return 0; // Not supported
#endif
}