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
Looks like the Visual Studio compiler doesn't like a few things in here if "warning as error" is turned on:
a) the dump methods all fail with "warning 4309: 'argument: truncation of constant value"
b) the int/uint comparitor functions give a "warning 4018: ',=': signed/unsigned mismatch"
Any thoughts on whether it's safe to ignore those warnings? It seems like it's not...
The text was updated successfully, but these errors were encountered:
Looks like the Visual Studio compiler doesn't like a few things in here if "warning as error" is turned on:
a) the dump methods all fail with "warning 4309: 'argument: truncation of constant value"
b) the int/uint comparitor functions give a "warning 4018: ',=': signed/unsigned mismatch"
Any thoughts on whether it's safe to ignore those warnings? It seems like it's not...
The text was updated successfully, but these errors were encountered: