Skip to content

Conversation

@BMagnu
Copy link

@BMagnu BMagnu commented Dec 20, 2025

GCC14 turned an implicit int-to-pointer cast from a warning to an error (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106416).
This happens here, as the glVertexAttribPointer in Engine/Rendering/OpenGLRenderer/OpenGLRenderer.vala#L341 passes the offset as an int, whereas the C-side header is a void*.
Compiles and runs fine if the error is silenced, so it's a quick-and-dirty but functional fix to just build it as such.

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.

1 participant