* src/base/ftobjs.c (FT_Request_Metrics): Fix build warning on Android.
Use casts since `FT_USHORT_MAX` is unsigned short in bionic (libc used in Android).
Please register or sign in to comment
Use casts since `FT_USHORT_MAX` is unsigned short in bionic (libc used in Android).