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

Resolved issue #24 #51

Merged
merged 2 commits into from
Feb 20, 2018
Merged

Resolved issue #24 #51

merged 2 commits into from
Feb 20, 2018

Conversation

jobtalle
Copy link
Contributor

Resolved issue #24, which was only partially resolved by pull request #34.

@stinos
Copy link

stinos commented Mar 18, 2017

Still has a 'C4127: conditional expression is constant' at line 2627. See last 4 commits at https://github.com/stinos/lodepng/commits/master for everything I needed to remove all warnings and runtime errors.
'

@lvandeve lvandeve merged commit 9ab58e3 into lvandeve:master Feb 20, 2018
@stinos
Copy link

stinos commented Feb 21, 2018

Also still has a warning "C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) at line 3479 size_t palsize = 1u << mode_out->bitdepth; Fix by using size_t(1u) instead

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

Successfully merging this pull request may close these issues.

3 participants