mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-24 06:50:08 +03:00
Fix compiler warnings in Python code
Add more deprecated functions to avoid compiler warnings when building the Python bindings.
This commit is contained in:
parent
f5659a122d
commit
cacf65556c
@ -294,14 +294,29 @@ deprecated_funcs = {
|
||||
'xmlCleanupCharEncodingHandlers': True,
|
||||
'xmlCleanupGlobals': True,
|
||||
'xmlDefaultSAXHandlerInit': True,
|
||||
'xmlDecodeEntities': True,
|
||||
'xmlDictCleanup': True,
|
||||
'xmlEncodeEntities': True,
|
||||
'xmlHandleEntity': True,
|
||||
'xmlInitCharEncodingHandlers': True,
|
||||
'xmlInitGlobals': True,
|
||||
'xmlInitializeDict': True,
|
||||
'xmlInitializePredefinedEntities': True,
|
||||
'xmlIsRef': True,
|
||||
'xmlNamespaceParseNCName': True,
|
||||
'xmlNamespaceParseNSDef': True,
|
||||
'xmlNanoFTPCleanup': True,
|
||||
'xmlNanoFTPInit': True,
|
||||
'xmlNanoFTPProxy': True,
|
||||
'xmlNanoFTPScanProxy': True,
|
||||
'xmlNewGlobalNs': True,
|
||||
'xmlParseNamespace': True,
|
||||
'xmlParseQuotedString': True,
|
||||
'xmlParserHandleReference': True,
|
||||
'xmlRelaxNGCleanupTypes': True,
|
||||
'xmlRelaxNGInitTypes': True,
|
||||
'xmlRemoveRef': True,
|
||||
'xmlScanName': True,
|
||||
'xmlSchemaCleanupTypes': True,
|
||||
'xmlSchemaInitTypes': True,
|
||||
'xmlXPathInit': True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user