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

A lot of conversion warnings #281

Closed
WscriChy opened this issue Feb 29, 2016 · 7 comments
Closed

A lot of conversion warnings #281

WscriChy opened this issue Feb 29, 2016 · 7 comments

Comments

@WscriChy
Copy link

I have a lot of implicit conversion changes signedness: 'const int' to 'std::size_t' (aka 'unsigned long'). Why they are not fixed?

@vitaut
Copy link
Contributor

vitaut commented Feb 29, 2016

Which compiler do you use and also could you post the full warning messages with locations?

@WscriChy
Copy link
Author

Clang 3.4 and I use 'fmt::format' function. I will add the full log later.

@WscriChy
Copy link
Author

@WscriChy
Copy link
Author

And from cc file and also a lot wherever I use format.

http://pastebin.com/raw/nF4w6wvM

@Spartan322
Copy link

probably should be in a gist or pastebin.

@vitaut
Copy link
Contributor

vitaut commented Mar 2, 2016

Sign conversion warnings in the library itself should be fixed now. However there is a bunch of warnings in Google Mock that should be reported there.

@vitaut
Copy link
Contributor

vitaut commented Mar 3, 2016

Reported Google Mock warnings in google/googletest#730.

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

3 participants