office-gobmx/external/libcmis
Mike Kaganski b3e6bec350 Fix warning C4589 when building with MSVC without -Wv:18
Discovered by https://gerrit.libreoffice.org/c/core/+/163717

Like these:

 C:\libcmis\inc\libcmis/document.hxx(51): warning C4589: Constructor of abstract class 'libcmis::Document' ignores initializer for virtual base class 'libcmis::Object'
 C:\libcmis\inc\libcmis/document.hxx(51): note: virtual base classes are only initialized by the most-derived type
 C:\libcmis\inc\libcmis/folder.hxx(58): warning C4589: Constructor of abstract class 'libcmis::Folder' ignores initializer for virtual base class 'libcmis::Object'
 C:\libcmis\inc\libcmis/folder.hxx(58): note: virtual base classes are only initialized by the most-derived type

Change-Id: Icc7f94cc02796a86b47b025df69ec3db971ad11e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163777
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-02-23 01:34:11 +01:00
..
inc/pch
0001-cid-1545775-COPY_INSTEAD_OF_MOVE.patch
0001-Fix-warning-C4589-when-building-with-MSVC.patch Fix warning C4589 when building with MSVC without -Wv:18 2024-02-23 01:34:11 +01:00
Makefile
Module_libcmis.mk
README
StaticLibrary_libcmis.mk
UnpackedTarball_libcmis.mk Fix warning C4589 when building with MSVC without -Wv:18 2024-02-23 01:34:11 +01:00

A C++ client library for the CMIS interface.

From:
[https://github.com/tdf/libcmis]

Wikipedia (CMIS):
Content Management Interoperability Services (CMIS) is an open standard that defines an
abstraction layer for controlling diverse document management systems and repositories using web protocols.