Update wbxml2 to version 0.11.10 / rev 33 via SR 1199889
https://build.opensuse.org/request/show/1199889
by user dirkmueller + anag+factory
- update to 0.11.10:
* Removed a few unused variables which gcc reported during
building with -Wall compiler option. A notable case was in
function decode_wv_datetime where a memory allocation
failure was ignored
* Added workaround for buggy FindEXPAT in cmake 3.27-3.29.
* Enabled --output-on-failure in GitHub runner config of ctest.
* Removed proprietary Testing.cmake.
* Updated the cmake package information by replacing the find
module with proper cmake config and version files.
* Removed all cmake find modules of third party dependencies.
* Replaced proprietary FindCheck.cmake with standard usage of
PkgConfig.
* Removed assert in function wbxml_tree_clb_xml_end_element of
wbxml_tree_clb_xml.c. The function had already the
correct error handling