[mapserver-commits] [MapServer/MapServer] 970ab9: Remove call to deprecated xmlSchemaCleanupTypes()

Even Rouault noreply at github.com
Fri Oct 21 02:21:07 PDT 2022


  Branch: refs/heads/backport-6736-to-branch-8-0
  Home:   https://github.com/MapServer/MapServer
  Commit: 970ab95b93d7ba6f38f9cfc4619d6cd6e4aa819a
      https://github.com/MapServer/MapServer/commit/970ab95b93d7ba6f38f9cfc4619d6cd6e4aa819a
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M mapowscommon.c

  Log Message:
  -----------
  Remove call to deprecated xmlSchemaCleanupTypes()

xmlSchemaCleanupTypes() is deprecated since libxml 2.10, and will be
removed in a future version (as a public callable function)

This function is called by xmlCleanupParser() since
https://github.com/GNOME/libxml2/commit/36e5cd5064d3477a0500f6183d68b18b7493568a#diff-65f1a082f56ebd52b4eaabdbe54d6e516736c8d9186b8c82c8ca55ad3cac105eR12119
14 years ago, so no need to call it explicitly.

Fixes #6614




More information about the MapServer-commits mailing list