Fix libxml2 related deprecated issues

This commit is contained in:
Ervin Hegedus
2025-10-29 15:21:41 +01:00
parent 3d0440ef31
commit 624a0deec6
6 changed files with 1 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
#ifdef WITH_LIBXML2
#include <libxml/xmlschemas.h>
#include <libxml/xpath.h>
#include <libxml/SAX.h>
#include <libxml/SAX2.h>
#endif
#include <string>
@@ -93,10 +93,6 @@ class XML {
static xmlParserInputBufferPtr unloadExternalEntity(const char *URI,
xmlCharEncoding enc);
static void null_error(void *ctx, const char *msg, ...) { // cppcheck-suppress[constParameterPointer,constParameterCallback]
}
xml_data m_data;
private: