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

@@ -78,9 +78,6 @@ class ValidateDTD : public Operator {
}
static void null_error(void *, const char *, ...) { // cppcheck-suppress[constParameterPointer,constParameterCallback]
}
private:
std::string m_resource;
#endif