Skip to content

Commit

Permalink
xmlschema: fix xmlLineNumbersDefault deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Apr 14, 2024
1 parent fb85430 commit 81ee947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arvxmlschema.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,7 @@ arv_xml_schema_class_init (ArvXmlSchemaClass *this_class)

gobject_class->finalize = _finalize;

#if LIBXML_VERSION < 21200
xmlLineNumbersDefault (1);
#endif
}

0 comments on commit 81ee947

Please sign in to comment.