On Thu, 10 Apr 2025 22:41:02 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

> This PR fixes a bug where a local variable was declared to be the wrong type, 
> causing an error at compilation time when compiling with gcc 14. gcc 14 
> rejects assignments of incompatible pointer types without an explicit cast. 
> In this case, the solution is declare the variable to be of the correct type 
> in the first place.

Reviewer: @lukostyra

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1771#issuecomment-2795332140

Reply via email to