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
When comiling tpl for 64 bit environment, a lot of warnings c4242/c4267 are reported.
This should be fixed, due to pedantic CI will end in errors!
warning c4242: '...': conversion from 'uintptr_t' to 'int' possible loss of data
warning c4267 '...' conversion from 'size_t' to 'unsigned int' possible loss of data
Affected tpl version: 1.61
The text was updated successfully, but these errors were encountered:
When comiling tpl for 64 bit environment, a lot of warnings c4242/c4267 are reported.
This should be fixed, due to pedantic CI will end in errors!
Affected tpl version: 1.61
The text was updated successfully, but these errors were encountered: