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

Align to OTP 24 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Align to OTP 24 #1

wants to merge 1 commit into from

Conversation

KornelH
Copy link

@KornelH KornelH commented Jul 26, 2021

Fix below compile-time warning. The recommended erlang:crc32/1 was introduced in Erlang/OTP R12.

egd_png.erl:102:11: zlib:crc32/2 is deprecated and will be removed in OTP 27; use erlang:crc32/1 instead

Fix below compile-time warning. The recommended erlang:crc32/1 was
introduced in Erlang/OTP R12.

egd_png.erl:102:11: zlib:crc32/2 is deprecated and will be removed in
                    OTP 27; use erlang:crc32/1 instead
@newmancodes
Copy link

Is it possible to get this change merged? Working through some learning materials and this is a blocker for a few people.

@mcampbell
Copy link

Is it possible to get this change merged? Working through some learning materials and this is a blocker for a few people.

I've run into what appears to be this issue with an Udemy Elixir course using egd, on the latest OTP.

@anthonyhoegberg
Copy link

Im getting this issue aswell can this be merged?

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.

4 participants