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

New warnings #135

Closed
vitaut opened this issue Mar 16, 2015 · 3 comments
Closed

New warnings #135

vitaut opened this issue Mar 16, 2015 · 3 comments

Comments

@vitaut
Copy link
Contributor

vitaut commented Mar 16, 2015

    25>C:\projects\cppformat\format.h(781): warning C4244: 'argument' : conversion from 'const double' to 'fmt::ULongLong', possible loss of data [C:\projects\cppformat\test\printf-test.vcxproj]
                 C:\projects\cppformat\format.h(2662) : see reference to class template instantiation 'fmt::internal::IsConvertibleToInt<double>' being compiled
                 C:\projects\cppformat\test\printf-test.cc(134) : see reference to function template instantiation 'std::string fmt::sprintf<double>(fmt::StringRef,const double &)' being compiled
@vitaut
Copy link
Contributor Author

vitaut commented Mar 18, 2015

Fixed in 275d1ab.

@vitaut vitaut closed this as completed Mar 18, 2015
@vitaut vitaut reopened this Mar 18, 2015
@vitaut
Copy link
Contributor Author

vitaut commented Mar 18, 2015

Need to find another way to fix warnings because of #139.

@vitaut
Copy link
Contributor Author

vitaut commented Mar 19, 2015

Fixed in 0e8fcd4.

@vitaut vitaut closed this as completed Mar 19, 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

1 participant