Error: COMPILER_WARNING (CWE-477): [#def1] kdecoration-6.5.4/src/decoration.cpp: scope_hint: In member function ‘virtual void KDecoration3::Decoration::hoverMoveEvent(QHoverEvent*)’ kdecoration-6.5.4/src/decoration.cpp:589:102: warning[-Wdeprecated-declarations]: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor # 589 | QHoverEvent e(QEvent::HoverEnter, event->position(), event->oldPosF(), event->modifiers()); # | ^ /usr/include/qt6/QtGui/QHoverEvent:1: included_from: Included from here. kdecoration-6.5.4/src/decoration.cpp:15: included_from: Included from here. /usr/include/qt6/QtGui/qevent.h:255:5: note: declared here # 255 | QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos, # | ^~~~~~~~~~~ # 587| const bool contains = button->contains(event->position()); # 588| if (!hovered && contains) { # 589|-> QHoverEvent e(QEvent::HoverEnter, event->position(), event->oldPosF(), event->modifiers()); # 590| QCoreApplication::instance()->sendEvent(button, &e); # 591| } else if (hovered && !contains) { Error: COMPILER_WARNING (CWE-477): [#def2] kdecoration-6.5.4/src/decoration.cpp:592:102: warning[-Wdeprecated-declarations]: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor # 592 | QHoverEvent e(QEvent::HoverLeave, event->position(), event->oldPosF(), event->modifiers()); # | ^ /usr/include/qt6/QtGui/qevent.h:255:5: note: declared here # 255 | QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos, # | ^~~~~~~~~~~ # 590| QCoreApplication::instance()->sendEvent(button, &e); # 591| } else if (hovered && !contains) { # 592|-> QHoverEvent e(QEvent::HoverLeave, event->position(), event->oldPosF(), event->modifiers()); # 593| QCoreApplication::instance()->sendEvent(button, &e); # 594| } else if (hovered && contains) {
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-32.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.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | kdecoration-6.5.4-1.fc44 |
| store-results-to | /tmp/tmp36ys50ci/kdecoration-6.5.4-1.fc44.tar.xz |
| time-created | 2026-01-08 17:18:44 |
| time-finished | 2026-01-08 17:20:28 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp36ys50ci/kdecoration-6.5.4-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp36ys50ci/kdecoration-6.5.4-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |