Erlang OTP-24.0 released!

The (functionally harmless) error is still there in your code, though. Not using 24.0 doesn’t make it go away :slight_smile: So perhaps it is better to stick with 24.0 and clear out the issues?

There was one of these warnings in Phoenix that I first noticed when upgrading to 24.0, but it was already fixed in a new release. (A Plug.Conn struct was getting updated, but that updated struct was never being used or returned to the caller, so “never used” .. )

1 Like