Snippets for libreoffice 26.8.0.3 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/libreoffice/26.8.0.3/0.2.fc46/data/logs/x86_64/build.log.
-
/usr/include/python3.15/pyport.h:494:9: warning: ‘__STDC_VERSION__’ is not defined, evaluates to ‘0’ [-Wundef] 494 | # elif __STDC_VERSION__ >= 201112L && !defined(__STDC_NO_THREADS__) | ^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/pyuno/source/module/pyuno_struct.cxx:380:1: warning: missing initializer for member ‘_typeobject::_tp_iteritem’ [-Wmissing-field-initializers] 380 | }; | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/pyuno/source/module/pyuno_callable.cxx:254:1: warning: missing initializer for member ‘_typeobject::_tp_iteritem’ [-Wmissing-field-initializers] 254 | }; | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/pyuno/source/module/pyuno_iterator.cxx:188:1: warning: missing initializer for member ‘_typeobject::_tp_iteritem’ [-Wmissing-field-initializers] 188 | }; | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/pyuno/source/module/pyuno_iterator.cxx:340:1: warning: missing initializer for member ‘_typeobject::_tp_iteritem’ [-Wmissing-field-initializers] 340 | }; | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/pyuno/source/module/pyuno.cxx:1709:1: warning: missing initializer for member ‘_typeobject::_tp_iteritem’ [-Wmissing-field-initializers] 1709 | }; | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/pyuno/source/module/pyuno_service_constructor.cxx:267:1: warning: missing initializer for member ‘_typeobject::_tp_iteritem’ [-Wmissing-field-initializers] 267 | }; | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/pyuno/source/module/pyuno_runtime.cxx:150:1: warning: missing initializer for member ‘_typeobject::_tp_iteritem’ [-Wmissing-field-initializers] 150 | }; | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/bridges/source/jni_uno/jni_data.cxx:41:18: warning: array subscript ‘struct uno_Sequence[0]’ is partly outside array bounds of ‘unsigned char[8]’ [-Warray-bounds=] 41 | p->nRefCount = 1; | ~~~~~~~~~~~~~^~~ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/bridges/source/jni_uno/jni_data.cxx:42:18: warning: array subscript ‘struct uno_Sequence[0]’ is partly outside array bounds of ‘unsigned char[8]’ [-Warray-bounds=] 42 | p->nElements = nElements; | ~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/configmgr/source/access.cxx:136:5: warning: ‘__sync_sub_and_fetch_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 136 | osl_atomic_decrement(&m_refCount); | ^ -
/builddir/build/BUILD/libreoffice-26.8.0.3-build/libreoffice-26.8.0.3/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:1144:6: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits] 1144 | (0 <= (YYX) && (YYX) <= YYMAXUTOK \ | ~~^~~~~~~~