Task #1489 - kf6-sonnet-6.0.0-2.fc40/scan-results.err
back to task #1489download
Error: COMPILER_WARNING (CWE-563): kf6-sonnet-6.0.0-build/sonnet-6.0.0/src/quick/spellcheckhighlighter.cpp: scope_hint: In member function ‘QStringList SpellcheckHighlighter::suggestions(int, int)’ kf6-sonnet-6.0.0-build/sonnet-6.0.0/src/quick/spellcheckhighlighter.cpp:424:9: warning[-Wunused-variable]: unused variable ‘endSelection’ # 424 | int endSelection = wordSelectCursor.selectionEnd(); # | ^~~~~~~~~~~~ # 422| wordSelectCursor.movePosition(QTextCursor::NextCharacter, QTextCursor::KeepAnchor, d->selectedWord.size()); # 423| # 424|-> int endSelection = wordSelectCursor.selectionEnd(); # 425| Q_EMIT wordUnderMouseChanged(); # 426| Error: CLANG_WARNING: kf6-sonnet-6.0.0-build/sonnet-6.0.0/src/quick/spellcheckhighlighter.cpp:424:9: warning[deadcode.DeadStores]: Value stored to 'endSelection' during its initialization is never read # 422| wordSelectCursor.movePosition(QTextCursor::NextCharacter, QTextCursor::KeepAnchor, d->selectedWord.size()); # 423| # 424|-> int endSelection = wordSelectCursor.selectionEnd(); # 425| Q_EMIT wordUnderMouseChanged(); # 426|