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
dispatch: explicitly cast to avoid truncation warning
Add an explicit cast from `void *` to `uintptr_t` before truncating the
context to the `dispatch_flags_t`. Add an assertion to ensure that we
are not dropping something.
0 commit comments