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
Fix compilation on Windows
uint -> unsigned int (uint is not in the standard, so compilers
are not required to support it).
Commented out assert on undefined variable, and uncommented
line defining a variable used in a later assertion.