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

dev: handle upcoming libxml2's use of const for xmlError pointers #3014

Closed
wants to merge 1 commit into from

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

upcoming libxml 2.12.0 will use const xmlError * as the data type for many function signatures where it's xmlErrorPtr today.

let's update our code to use the new convention.

see https://gitlab.gnome.org/GNOME/libxml2/-/commit/45470611b047db78106dcb2fdbd4164163c15ab7 and other upstream commits

@flavorjones
Copy link
Member Author

cherry-picking this patch into #3026

@flavorjones flavorjones deleted the flavorjones-libxml2-const-errors branch February 3, 2024 17:19
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.

None yet

1 participant