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
Many warnings pollute the output when compiling with MSVC: warning C4244: 'argument' : conversion from 'const double' to 'float', possible loss of data warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
(...)
The text was updated successfully, but these errors were encountered:
Many warnings pollute the output when compiling with MSVC:
warning C4244: 'argument' : conversion from 'const double' to 'float', possible loss of data
warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
(...)
The text was updated successfully, but these errors were encountered: