Error: COMPILER_WARNING (CWE-477): [#def1] libkcddb-24.05.0-build/libkcddb-24.05.0/libkcddb/cddb.cpp: scope_hint: In static member function ‘static KCDDB::CDInfoList KCDDB::CDDB::cacheFiles(const KCDDB::TrackOffsetList&, const KCDDB::Config&)’ libkcddb-24.05.0-build/libkcddb-24.05.0/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:11: included_from: Included from here. /usr/include/qt6/QtCore/qglobal.h:57: included_from: Included from here. /usr/include/qt6/QtCore/qpair.h:8: included_from: Included from here. /usr/include/qt6/QtCore/qarraydata.h:8: included_from: Included from here. /usr/include/qt6/QtCore/qarraydataops.h:8: included_from: Included from here. /usr/include/qt6/QtCore/qarraydatapointer.h:7: included_from: Included from here. /usr/include/qt6/QtCore/qlist.h:8: included_from: Included from here. /usr/include/qt6/QtCore/QList:1: included_from: Included from here. libkcddb-24.05.0-build/libkcddb-24.05.0/libkcddb/kcddb.h:10: included_from: Included from here. libkcddb-24.05.0-build/libkcddb-24.05.0/libkcddb/cddb.h:12: included_from: Included from here. libkcddb-24.05.0-build/libkcddb-24.05.0/libkcddb/cddb.cpp:9: included_from: Included from here. /usr/include/qt6/QtCore/qttypetraits.h:33:45: note: declared here # 33 | 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) ) Error: CLANG_WARNING: [#def2] libkcddb-24.05.0-build/libkcddb-24.05.0/libkcddb/synccddbplookup.cpp:76:7: warning[deadcode.DeadStores]: Value stored to 'result' is never read # 74| { # 75| CDDBMatch match( *matchIt ); # 76|-> result = matchToCDInfo( match ); # 77| ++matchIt; # 78| }
analyzer-version-clang | 18.1.7 |
analyzer-version-cppcheck | 2.14.2 |
analyzer-version-gcc | 14.1.1 |
analyzer-version-gcc-analyzer | 14.1.1 |
analyzer-version-shellcheck | 0.10.0 |
enabled-plugins | clang, cppcheck, gcc, shellcheck |
exit-code | 0 |
host | ip-172-16-1-98.us-west-2.compute.internal |
mock-config | fedora-41-x86_64 |
project-name | libkcddb-24.05.0-1.fc41 |
store-results-to | /tmp/tmp801s96ta/libkcddb-24.05.0-1.fc41.tar.xz |
time-created | 2024-07-03 14:49:03 |
time-finished | 2024-07-03 14:50:51 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmp801s96ta/libkcddb-24.05.0-1.fc41.tar.xz' '--gcc-analyze' '/tmp/tmp801s96ta/libkcddb-24.05.0-1.fc41.src.rpm' |
tool-version | csmock-3.5.3-1.el9 |