Error: COMPILER_WARNING (CWE-477): [#def1] aurorae-6.5.4/src/aurorae.cpp: scope_hint: In member function ‘virtual void Aurorae::Decoration::hoverMoveEvent(QHoverEvent*)’ aurorae-6.5.4/src/aurorae.cpp:481:62: warning[-Wdeprecated-declarations]: ‘QPointF QHoverEvent::posF() const’ is deprecated: Use position() # 481 | QMouseEvent cloneEvent(QEvent::MouseMove, event->posF(), Qt::NoButton, Qt::NoButton, Qt::NoModifier); # | ~~~~~~~~~~~^~ /usr/include/qt6/QtQuick/qquickitem.h:15: included_from: Included from here. /usr/include/qt6/QtQuick/QQuickItem:1: included_from: Included from here. aurorae-6.5.4/src/aurorae.cpp:37: included_from: Included from here. /usr/include/qt6/QtGui/qevent.h:267:20: note: declared here # 267 | inline QPointF posF() const { return position(); } # | ^~~~ # 479| if (m_view) { # 480| // turn a hover event into a mouse because we don't follow hovers as we don't think we have focus # 481|-> QMouseEvent cloneEvent(QEvent::MouseMove, event->posF(), Qt::NoButton, Qt::NoButton, Qt::NoModifier); # 482| event->setAccepted(false); # 483| m_view->forwardMouseEvent(&cloneEvent); Error: COMPILER_WARNING (CWE-477): [#def2] aurorae-6.5.4/src/aurorae.cpp: scope_hint: In member function ‘void Aurorae::Decoration::updateBlur()’ aurorae-6.5.4/src/aurorae.cpp:566:59: warning[-Wdeprecated-declarations]: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). # 566 | if (static_cast<QMetaType::Type>(maskProperty.type()) == QMetaType::QRegion) { # | ~~~~~~~~~~~~~~~~~^~ /usr/include/qt6/QtCore/qlocale.h:8: included_from: Included from here. /usr/include/qt6/QtCore/qcalendar.h:10: included_from: Included from here. /usr/include/qt6/QtCore/qdatetime.h:8: included_from: Included from here. /usr/include/qt6/QtCore/qcborvalue.h:11: included_from: Included from here. /usr/include/qt6/QtCore/qjsonvalue.h:8: included_from: Included from here. /usr/include/qt6/QtCore/qjsonobject.h:8: included_from: Included from here. /usr/include/qt6/QtCore/QJsonObject:1: included_from: Included from here. /usr/include/KF6/KCoreAddons/kpluginmetadata.h:16: included_from: Included from here. /usr/include/KF6/KCoreAddons/KPluginMetaData:1: included_from: Included from here. aurorae-6.5.4/src/aurorae.h:11: included_from: Included from here. aurorae-6.5.4/src/aurorae.cpp:6: included_from: Included from here. /usr/include/qt6/QtCore/qvariant.h:564:10: note: declared here # 564 | Type type() const # | ^~~~ # 564| } else { # 565| const QVariant maskProperty = m_item->property("decorationMask"); # 566|-> if (static_cast<QMetaType::Type>(maskProperty.type()) == QMetaType::QRegion) { # 567| mask = maskProperty.value<QRegion>(); # 568| Error: COMPILER_WARNING (CWE-252): [#def3] aurorae-6.5.4/src/config/auroraeconfig.cpp: scope_hint: In member function ‘void Aurorae::ConfigurationModule::initQml()’ aurorae-6.5.4/src/config/auroraeconfig.cpp:110:16: warning[-Wunused-result]: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ # 110 | uiFile.open(QFile::ReadOnly); # | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/qt6/QtCore/qfileinfo.h:9: included_from: Included from here. /usr/include/qt6/QtCore/QFileInfo:1: included_from: Included from here. aurorae-6.5.4/src/config/auroraeconfig.cpp:15: included_from: Included from here. /usr/include/qt6/QtCore/qfile.h:291:32: note: declared here # 291 | QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override; # | ^~~~ # 108| loader->setLanguageChangeEnabled(true); # 109| QFile uiFile(ui); # 110|-> uiFile.open(QFile::ReadOnly); # 111| QWidget *customConfigForm = loader->load(&uiFile, widget()); # 112| translator->addContextToMonitor(customConfigForm->objectName()); Error: COMPILER_WARNING (CWE-477): [#def4] aurorae-6.5.4/src/renderer.cpp: scope_hint: In member function ‘void Aurorae::Renderer::forwardMouseEvent(QEvent*)’ aurorae-6.5.4/src/renderer.cpp:235:67: warning[-Wdeprecated-declarations]: ‘QPoint QHoverEvent::pos() const’ is deprecated: Use position() # 235 | const QPointF widgetPos = d->m_view->mapFromGlobal(he->pos()); # | ~~~~~~~^~ /usr/include/qt6/QtQuick/qquickitem.h:15: included_from: Included from here. /usr/include/qt6/QtQuick/QQuickItem:1: included_from: Included from here. aurorae-6.5.4/src/renderer.cpp:16: included_from: Included from here. /usr/include/qt6/QtGui/qevent.h:263:19: note: declared here # 263 | inline QPoint pos() const { return position().toPoint(); } # | ^~~ # 233| case QEvent::HoverMove: { # 234| QHoverEvent *he = static_cast<QHoverEvent *>(e); # 235|-> const QPointF widgetPos = d->m_view->mapFromGlobal(he->pos()); # 236| const QPointF oldWidgetPos = d->m_view->mapFromGlobal(he->oldPos()); # 237| QHoverEvent cloneEvent(he->type(), widgetPos, oldWidgetPos, he->modifiers());
| 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-222.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 | aurorae-6.5.4-1.fc44 |
| store-results-to | /tmp/tmpbpkwqhcp/aurorae-6.5.4-1.fc44.tar.xz |
| time-created | 2026-01-08 15:31:12 |
| time-finished | 2026-01-08 15:33:01 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpbpkwqhcp/aurorae-6.5.4-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpbpkwqhcp/aurorae-6.5.4-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |