HomeClusterLabs Projects

Fix: libcrmcommon: Use const for xmlCtxtGetLastError()

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix: libcrmcommon: Use const for xmlCtxtGetLastError()

Libxml v2.12 makes xmlCtxtGetLastError() return a const value. We get a
compiler warning if we assign it to a non-const object.

Fixes T719
Fixes CLBZ#5530

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Nov 21 2023, 3:26 AM
Tasks
T719: Pacemaker fails to compile using libxml-2.12.0

Commit No Longer Exists

This commit no longer exists in the repository.