Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warnings c4242, c4267: '...' conversion from '<64bit type>' to '<32bit type>' possible loss of data #34

Open
DieterLandlAIT opened this issue Apr 4, 2024 · 0 comments

Comments

@DieterLandlAIT
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant