Task #131647 - fixed.err

back to task #131647
download
Error: COMPILER_WARNING (CWE-477):
libkcddb-25.12.3/libkcddb/cddb.cpp: scope_hint: In static member function ‘static KCDDB::CDInfoList KCDDB::CDDB::cacheFiles(const KCDDB::TrackOffsetList&, const KCDDB::Config&)’
libkcddb-25.12.3/libkcddb/cddb.cpp:113:46: warning[-Wdeprecated-declarations]: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList<QString>; typename std::add_const<_Tp>::type = const QList<QString>]’ is deprecated: Use std::as_const() instead.
#  113 |       for (const QString &category : qAsConst(categories)) {
#      |                                      ~~~~~~~~^~~~~~~~~~~~
/usr/include/qt6/QtCore/qforeach.h:12: included_from: Included from here.
/usr/include/qt6/QtCore/qglobal.h:56: included_from: Included from here.
/usr/include/qt6/QtCore/qpair.h:9: included_from: Included from here.
/usr/include/qt6/QtCore/qarraydata.h:9: included_from: Included from here.
/usr/include/qt6/QtCore/qarraydataops.h:9: included_from: Included from here.
/usr/include/qt6/QtCore/qarraydatapointer.h:8: included_from: Included from here.
/usr/include/qt6/QtCore/qlist.h:9: included_from: Included from here.
/usr/include/qt6/QtCore/QList:1: included_from: Included from here.
libkcddb-25.12.3/libkcddb/kcddb.h:10: included_from: Included from here.
libkcddb-25.12.3/libkcddb/cddb.h:12: included_from: Included from here.
libkcddb-25.12.3/libkcddb/cddb.cpp:9: included_from: Included from here.
/usr/include/qt6/QtCore/qttypetraits.h:41:45: note: declared here
#   41 | constexpr typename std::add_const<T>::type &qAsConst(T &t) noexcept { return t; }
#      |                                             ^~~~~~~~
#  111|           cddbCacheDir != cddbCacheDirs.constEnd(); ++cddbCacheDir)
#  112|       {
#  113|->       for (const QString &category : qAsConst(categories)) {
#  114|           QFile f( *cddbCacheDir + QLatin1Char( '/' ) + category + QLatin1Char( '/' ) + trackOffsetListToId(offsetList) );
#  115|           if ( f.exists() && f.open(QIODevice::ReadOnly) )