mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-05 19:01:18 +03:00
threads: Deprecate remaining ThrDef functions
This commit is contained in:
@ -1510,7 +1510,9 @@ static void
|
||||
libxml_xmlErrorInitialize(void)
|
||||
{
|
||||
xmlSetGenericErrorFunc(NULL, libxml_xmlErrorFuncHandler);
|
||||
XML_IGNORE_DEPRECATION_WARNINGS
|
||||
xmlThrDefSetGenericErrorFunc(NULL, libxml_xmlErrorFuncHandler);
|
||||
XML_POP_WARNINGS
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
|
Reference in New Issue
Block a user