-
Notifications
You must be signed in to change notification settings - Fork 426
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
Compiler warnings when compiling for 64-bit #24
Comments
Yeah. I have the same problem. I just started with lodePNG, but I already love it (finally no libPNG anymore) Is it actually possible to have some static casts to reduce the size_t warnings as well? I guess it's intended to link lodepng directly into the source and so the warnings from the libs get mixed up with my own ones which can confuse. |
This could maybe be solved with #34 |
jobtalle
added a commit
to jobtalle/lodepng
that referenced
this issue
Mar 18, 2017
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following warnings when compiling on Windows for 64-bit:
Everything seems to work fine, though...
The text was updated successfully, but these errors were encountered: