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
See d054f07, which does e.g. uint32_t(param) rather than static_cast<uint32_t>(param). (Although consider uniform initialization syntax uint32_t{param} instead.)