-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
-Wconversion warnings #239
Comments
Hi @Aykelith, thanks for reporting. As I do not have a Mingw compiler at hand, could you please try the code at https://github.com/nlohmann/json/tree/feature/issue239 which should have less/no warnings. |
|
@Aykelith, thanks for checking! I made another change that should get rid of more warnings. Could you please try https://github.com/nlohmann/json/tree/feature/issue239 again? |
|
@Aykelith - I made another attempt to fix the warning - see https://github.com/nlohmann/json/tree/feature/issue239. |
No more warnings :D |
Thanks for reporting and checking! |
I'm using
g++ (i686-posix-dwarf-rev0, Built by MinGW-W64 project) 5.3.0
andg++ (i686-posix-dwarf-rev1, Built by MinGW-W64 project) 4.9.2
and I'm getting this:The text was updated successfully, but these errors were encountered: