Error: COMPILER_WARNING (CWE-477): [#def1] qqc2-breeze-style-6.3.4/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp: scope_hint: In constructor ‘StyleSingleton::StyleSingleton()’ qqc2-breeze-style-6.3.4/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:42:44: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::paletteChanged(const QPalette&)’ is deprecated: Handle QEvent::ApplicationPaletteChange instead # 42 | connect(qGuiApp, &QGuiApplication::paletteChanged, this, &StyleSingleton::refresh); # | ^~~~~~~~~~~~~~ /usr/include/qt6/QtGui/qscreen_platform.h:19: included_from: Included from here. /usr/include/qt6/QtGui/qscreen.h:150: included_from: Included from here. /usr/include/qt6/QtGui/qinputdevice.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qpointingdevice.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qeventpoint.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qevent.h:20: included_from: Included from here. /usr/include/qt6/QtQuick/qquickitem.h:14: included_from: Included from here. /usr/include/qt6/QtQuick/QQuickItem:1: included_from: Included from here. /usr/include/KF6/Kirigami/Platform/platformtheme.h:14: included_from: Included from here. /usr/include/KF6/Kirigami/Platform/PlatformTheme:1: included_from: Included from here. qqc2-breeze-style-6.3.4/kirigami-plasmadesktop-integration/plasmadesktoptheme.h:11: included_from: Included from here. qqc2-breeze-style-6.3.4/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:8: included_from: Included from here. /usr/include/qt6/QtGui/qguiapplication.h:161:89: note: declared here # 161 | QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationPaletteChange instead") void paletteChanged(const QPalette &pal); # | ^~~~~~~~~~~~~~ # 40| , buttonScheme(QPalette::Active, KColorScheme::ColorSet::Button) # 41| { # 42|-> connect(qGuiApp, &QGuiApplication::paletteChanged, this, &StyleSingleton::refresh); # 43| # 44| #ifndef Q_OS_ANDROID Error: COMPILER_WARNING (CWE-477): [#def2] qqc2-breeze-style-6.3.4/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:57:44: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead # 57 | connect(qGuiApp, &QGuiApplication::fontChanged, this, &StyleSingleton::notifyWatchersConfigurationChange); # | ^~~~~~~~~~~ /usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here # 162 | QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead") void fontChanged(const QFont &font); # | ^~~~~~~~~~~ # 55| # 56| connect(qGuiApp, &QGuiApplication::fontDatabaseChanged, this, &StyleSingleton::notifyWatchersConfigurationChange); # 57|-> connect(qGuiApp, &QGuiApplication::fontChanged, this, &StyleSingleton::notifyWatchersConfigurationChange); # 58| # 59| /* QtTextRendering uses less memory, so use it in low power mode. Error: COMPILER_WARNING (CWE-477): [#def3] qqc2-breeze-style-6.3.4/style/impl/breezedial.cpp: scope_hint: In constructor ‘BreezeDial::BreezeDial(QQuickItem*)’ qqc2-breeze-style-6.3.4/style/impl/breezedial.cpp:36:40: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead # 36 | connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() { # | ^~~~~~~~~~~ /usr/include/qt6/QtGui/qscreen_platform.h:19: included_from: Included from here. /usr/include/qt6/QtGui/qscreen.h:150: included_from: Included from here. /usr/include/qt6/QtGui/qinputdevice.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qpointingdevice.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qeventpoint.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qevent.h:20: included_from: Included from here. /usr/include/qt6/QtQuick/qquickitem.h:14: included_from: Included from here. /usr/include/qt6/QtQuick/qquickpainteditem.h:7: included_from: Included from here. /usr/include/qt6/QtQuick/QQuickPaintedItem:1: included_from: Included from here. qqc2-breeze-style-6.3.4/style/impl/breezedial.h:9: included_from: Included from here. qqc2-breeze-style-6.3.4/style/impl/breezedial.cpp:5: included_from: Included from here. /usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here # 162 | QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead") void fontChanged(const QFont &font); # | ^~~~~~~~~~~ # 34| { # 35| Q_D(BreezeDial); # 36|-> connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() { # 37| d->fontMetrics = QFontMetricsF(QGuiApplication::font()); # 38| update(); Error: COMPILER_WARNING (CWE-477): [#def4] qqc2-breeze-style-6.3.4/style/impl/paintedsymbolitem.cpp: scope_hint: In constructor ‘PaintedSymbolItem::PaintedSymbolItem(QQuickItem*)’ qqc2-breeze-style-6.3.4/style/impl/paintedsymbolitem.cpp:15:40: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead # 15 | connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() { # | ^~~~~~~~~~~ /usr/include/qt6/QtGui/qscreen_platform.h:19: included_from: Included from here. /usr/include/qt6/QtGui/qscreen.h:150: included_from: Included from here. /usr/include/qt6/QtGui/qinputdevice.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qpointingdevice.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qeventpoint.h:9: included_from: Included from here. /usr/include/qt6/QtGui/qevent.h:20: included_from: Included from here. /usr/include/qt6/QtQuick/qquickitem.h:14: included_from: Included from here. /usr/include/qt6/QtQuick/qquickpainteditem.h:7: included_from: Included from here. /usr/include/qt6/QtQuick/QQuickPaintedItem:1: included_from: Included from here. qqc2-breeze-style-6.3.4/style/impl/paintedsymbolitem.h:8: included_from: Included from here. qqc2-breeze-style-6.3.4/style/impl/paintedsymbolitem.cpp:5: included_from: Included from here. /usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here # 162 | QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead") void fontChanged(const QFont &font); # | ^~~~~~~~~~~ # 13| { # 14| Q_D(PaintedSymbolItem); # 15|-> connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() { # 16| d->fontMetrics = QFontMetricsF(QGuiApplication::font()); # 17| update();
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-48.us-west-2.compute.internal |
known-false-positives | /usr/share/csmock/known-false-positives.js |
known-false-positives-rpm | known-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | qqc2-breeze-style-6.3.4-1.fc43 |
store-results-to | /tmp/tmp20l9f355/qqc2-breeze-style-6.3.4-1.fc43.tar.xz |
time-created | 2025-04-25 15:17:54 |
time-finished | 2025-04-25 15:20:35 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmp20l9f355/qqc2-breeze-style-6.3.4-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp20l9f355/qqc2-breeze-style-6.3.4-1.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |