You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Xcode generates a lot of integer precision warnings related (mostly) to
size_t
return types vs.int32_t
assignments:Should we be worried about this? What's the rationale for use of
int32_t
and how does it impact other platforms?The text was updated successfully, but these errors were encountered: