Snippets for qgis 3.44.13 from Alpine loongarch64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-loongarch64/testing/qgis/qgis-3.44.13-r0.log.
-
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/untwine/untwine/generic/mapfile.hpp:18:8: warning: '<unnamed>.untwine::bu::FileInfo::m_ctx.untwine::os::MapContext::m_size' may be used uninitialized [-Wmaybe-uninitialized] 18 | struct MapContext | ^~~~~~~~~~ -
/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)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:149:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 149 | else if ( 0 == memcmp( buff, P_HEADS[0], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:151:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 151 | else if ( 0 == memcmp( buff, P_HEADS[1], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:153:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 153 | else if ( 0 == memcmp( buff, P_HEADS[2], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:155:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 155 | else if ( 0 == memcmp( buff, P_HEADS[3], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:157:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 157 | else if ( 0 == memcmp( buff, P_HEADS[4], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:159:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 159 | else if ( 0 == memcmp( buff, P_HEADS[5], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:161:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 161 | else if ( 0 == memcmp( buff, P_HEADS[6], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:163:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 163 | else if ( 0 == memcmp( buff, P_HEADS[7], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/nmea/parse.c:165:18: warning: 'memcmp' specified bound 8 exceeds source size 6 [-Wstringop-overread] 165 | else if ( 0 == memcmp( buff, P_HEADS[8], buffer_size ) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydataops.h:756:17: warning: array subscript -1 is outside array bounds of 'HierarchyEntry [288230376151711743]' [-Warray-bounds=] 756 | new (this->begin() - 1) T(std::forward<Args>(args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydataops.h:153:17: warning: array subscript -1 is outside array bounds of 'int [2305843009213693951]' [-Warray-bounds=] 153 | new (this->begin() - 1) T(std::forward<Args>(args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/project/qgsproject.cpp:5068:15: warning: ignoring return value of 'bool QTemporaryFile::open()', declared with attribute 'nodiscard' [-Wunused-result] 5068 | tmpFile.open(); | ~~~~~~~~~~~~^~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/qgstranslationcontext.cpp:87:14: warning: ignoring return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)', declared with attribute 'nodiscard' [-Wunused-result] 87 | tsFile.open( QIODevice::WriteOnly ); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/qgssourcecache.cpp:111:16: warning: ignoring return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)', declared with attribute 'nodiscard' [-Wunused-result] 111 | file.open( QIODevice::WriteOnly ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/qgscolorutils.cpp:423:10: warning: 'res' may be used uninitialized [-Wmaybe-uninitialized] 423 | return res; | ^~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/qgsauxiliarystorage.cpp:915:15: warning: ignoring return value of 'bool QTemporaryFile::open()', declared with attribute 'nodiscard' [-Wunused-result] 915 | tmpFile.open(); | ~~~~~~~~~~~~^~ -
/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) | ^~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/providers/gdal/qgsgdalprovider.cpp:4221:72: warning: 'int GDALGetDataTypeSize(GDALDataType)' is deprecated: Use GDALGetDataTypeSizeBits() or GDALGetDataTypeSizeBytes() * 8 instead [-Wdeprecated-declarations] 4221 | int nBitsPerSample = nDataType != GDT_Unknown ? GDALGetDataTypeSize( nDataType ) : 0; | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/network/qgsnetworkcontentfetcherregistry.cpp:194:18: warning: ignoring return value of 'bool QTemporaryFile::open()', declared with attribute 'nodiscard' [-Wunused-result] 194 | mFile->open(); | ~~~~~~~~~~~^~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/core/auth/qgsauthcertutils.cpp:211:16: warning: enumeration value 'MlDsa' not handled in switch [-Wswitch] 211 | switch ( alg ) | ^ -
/usr/include/qt6/QtCore/qlist.h:77:7: warning: array subscript -1 is outside array bounds of 'QList<QList<QgsPointXY> > [384307168202282325]' [-Warray-bounds=] 77 | class QList | ^~~~~ -
/usr/include/qt6/QtCore/qarraydatapointer.h:75:5: warning: array subscript -1 is outside array bounds of 'QList<QList<QgsPointXY> > [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 'QList<QList<QgsPointXY> > [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 'QList<QList<QgsPointXY> > [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 'QList<QList<QgsPointXY> > [384307168202282325]' [-Warray-bounds=] 78 | size(std::exchange(other.size, 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydataops.h:153:17: warning: array subscript -1 is outside array bounds of 'double [1152921504606846975]' [-Warray-bounds=] 153 | new (this->begin() - 1) T(std::forward<Args>(args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include <sys/errno.h> to <errno.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/errno.h> to <errno.h> | ^~~~~~~ -
/usr/include/qt6/QtCore/qarraydataops.h:756:17: warning: array subscript -1 is outside array bounds of 'QModelIndex [384307168202282325]' [-Warray-bounds=] 756 | new (this->begin() - 1) T(std::forward<Args>(args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qvariant.h:497:48: warning: array subscript -1 is outside array bounds of 'QVariant [288230376151711743]' [-Warray-bounds=] 497 | inline QVariant(QVariant &&other) noexcept : d(other.d) | ^ -
/usr/include/qt6/QtCore/qvariant.h:497:50: warning: array subscript -1 is outside array bounds of 'QVariant [288230376151711743]' [-Warray-bounds=] 497 | inline QVariant(QVariant &&other) noexcept : d(other.d) | ^~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/analysis/processing/qgsalgorithmconvertgeometrytype.cpp:114:38: warning: 'outputWkbType' may be used uninitialized [-Wmaybe-uninitialized] 114 | outputWkbType = QgsWkbTypes::addM( outputWkbType ); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/providers/grass/qgsgrassvectormap.cpp:134:7: warning: variable 'level' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 134 | int level = -1; | ^~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/providers/grass/qgsgrassvectormaplayer.cpp:413:13: warning: variable 'driver' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 413 | dbDriver *driver = nullptr; | ^~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/providers/grass/qgsgrassvector.cpp:223:20: warning: variable 'map' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 223 | struct Map_info *map = nullptr; | ^~~ -
/usr/include/qt6/QtCore/qarraydataops.h:153:17: warning: array subscript -1 is outside array bounds of 'QTableWidgetItem* [1152921504606846975]' [-Warray-bounds=] 153 | new (this->begin() - 1) T(std::forward<Args>(args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/providers/grass/qgsgrass.cpp:1771:22: warning: variable 'Map' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 1771 | struct Map_info *Map = nullptr; | ^~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/providers/grass/qgis.r.in.cpp:87:18: warning: ignoring return value of 'bool QFile::open(FILE*, QIODeviceBase::OpenMode, QFileDevice::FileHandleFlags)', declared with attribute 'nodiscard' [-Wunused-result] 87 | stdoutFile.open( stdout, QIODevice::WriteOnly | QIODevice::Unbuffered ); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/providers/grass/qgis.v.in.cpp:142:18: warning: ignoring return value of 'bool QFile::open(FILE*, QIODeviceBase::OpenMode, QFileDevice::FileHandleFlags)', declared with attribute 'nodiscard' [-Wunused-result] 142 | stdoutFile.open( stdout, QIODevice::WriteOnly | QIODevice::Unbuffered ); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qarraydataops.h:153:17: warning: array subscript -1 is outside array bounds of 'QPointF [576460752303423487]' [-Warray-bounds=] 153 | new (this->begin() - 1) T(std::forward<Args>(args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/server/services/wcs/qgswcsgetcoverage.cpp:189:18: warning: ignoring return value of 'bool QTemporaryFile::open()', declared with attribute 'nodiscard' [-Wunused-result] 189 | tempFile.open(); | ~~~~~~~~~~~~~^~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/server/services/wms/qgspdfwriter.cpp:40:17: warning: ignoring return value of 'bool QTemporaryFile::open()', declared with attribute 'nodiscard' [-Wunused-result] 40 | tmpFile.open(); | ~~~~~~~~~~~~^~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/app/qgspuzzlewidget.cpp:129:9: warning: ignoring return value of 'bool QTemporaryFile::open()', declared with attribute 'nodiscard' [-Wunused-result] 129 | f.open(); | ~~~~~~^~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/external/mdal/frmts/mdal_ugrid.cpp:828:39: warning: 'type' may be used uninitialized [-Wmaybe-uninitialized] 828 | int dimElemId = mDimensions.netCfdId( type ); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/plugins/grass/qgsgrassnewmapset.cpp:1075:9: warning: variable 'ret' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 1075 | int ret = 0; | ^~~ -
/home/buildozer/aports/testing/qgis/src/qgis-3.44.13/src/plugins/grass/qgsgrassplugin.cpp:572:20: warning: variable 'Map' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 572 | struct Map_info *Map = nullptr; | ^~~