Skip to content

Commit 7427c10

Browse files
committed
Document: Ignore deprecation of xmlIndentTreeOutput
1 parent 0fa06d3 commit 7427c10

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

libxml++/document.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* which should be included with libxml++ as the file COPYING.
88
*/
99

10+
// xmlIndentTreeOutput is deprecated since libxml2 2.15.0.
11+
// Ignore deprecations here.
12+
#define XML_DEPRECATED
13+
1014
#include <libxml++/document.h>
1115
#include <libxml++/dtd.h>
1216
#include <libxml++/nodes/element.h>

libxml++/keepblanks.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
// xmlKeepBlanksDefault() is deprecated since libxml2 2.12.0.
9+
// xmlIndentTreeOutput is deprecated since libxml2 2.15.0.
910
// Ignore deprecations here.
1011
#define XML_DEPRECATED
1112

0 commit comments

Comments
 (0)