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
There are a number of places where we truncate to a 32-bit value from a
64-bit value as we may running a 32-bit binary on 64-bits. This
silences some of the warnings by explicitly truncating the integers
rather than implicitly performing the operation.
0 commit comments