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

mutiple x64 warnings about loss of data under VS2013 #194

Closed
gabime opened this issue Aug 7, 2015 · 1 comment
Closed

mutiple x64 warnings about loss of data under VS2013 #194

gabime opened this issue Aug 7, 2015 · 1 comment

Comments

@gabime
Copy link
Contributor

gabime commented Aug 7, 2015

format.cc(636): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
format.cc(642): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
format.cc(656): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
format.cc(661): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data

@vitaut
Copy link
Contributor

vitaut commented Aug 7, 2015

Fixed in c3ba615. Thanks!

@vitaut vitaut closed this as completed Aug 7, 2015
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

2 participants