Snippets for nextcloud-desktop 34.0.1 from Alpine ppc64le
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/community/nextcloud-client/nextcloud-client-34.0.1-r0.log.
-
/usr/include/qt6/QtCore/qstring.h:264:12: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 264 | inline QString(QString &&other) noexcept | ^~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:75:5: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 75 | QArrayDataPointer(QArrayDataPointer &&other) noexcept | ^~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:76:11: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 76 | : d(std::exchange(other.d, nullptr)), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:77:11: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 77 | ptr(std::exchange(other.ptr, nullptr)), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:78:11: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 78 | size(std::exchange(other.size, 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qstring.h:1391:40: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 1391 | QString::QString(const QString &other) noexcept : d(other.d) | ^~~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:35:5: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 35 | QArrayDataPointer(const QArrayDataPointer &other) noexcept | ^~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:36:11: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 36 | : d(other.d), ptr(other.ptr), size(other.size) | ^~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:36:23: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 36 | : d(other.d), ptr(other.ptr), size(other.size) | ^~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:36:39: warning: array subscript -1 is outside array bounds of 'QString [384307168202282325]' [-Warray-bounds=] 36 | : d(other.d), ptr(other.ptr), size(other.size) | ^~~~~~~~~~~~~~~~