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

Static cast to avoid VS140 C4244 warning #119

Merged
merged 1 commit into from
Oct 27, 2019
Merged

Conversation

Dodzey
Copy link
Contributor

@Dodzey Dodzey commented Sep 18, 2019

Add a static cast to avoid warning C4244: 'argument': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data. Introduced a new using typedef for this purpose.

@pantor pantor merged commit e7d5c53 into pantor:master Oct 27, 2019
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

Successfully merging this pull request may close these issues.

2 participants