Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-05 | Fix builds on libxml2 >= 2.12 | Dan Fuhry | |
In libxml2 v2.12.0, the definition of `void (*xmlStructuredErrorFunc)` was changed. The second argument was marked `const`. This caused an incompatible pointer type warning which is treated as an error by default in modern gcc. |