Task #619 - kf5-sonnet-5.116.0-1.fc41/scan-results.err

back to task #619
download
Error: COMPILER_WARNING:
kf5-sonnet-5.116.0-build/sonnet-5.116.0/src/core/tokenizer.cpp: scope_hint: In member function ‘Sonnet::Token Sonnet::BreakTokenizerPrivate::next()’
kf5-sonnet-5.116.0-build/sonnet-5.116.0/src/core/tokenizer.cpp:130:33: warning[-Wdangling-reference]: possibly dangling reference to a temporary
#  130 |     const TextBreaks::Position &textBreak = this->breaks().at(itemPosition);
#      |                                 ^~~~~~~~~
kf5-sonnet-5.116.0-build/sonnet-5.116.0/src/core/tokenizer.cpp:130:62: note: the temporary was destroyed at the end of the full expression ‘Sonnet::BreakTokenizerPrivate::breaks() const().QList<Sonnet::TextBreaks::Position>::at(((Sonnet::BreakTokenizerPrivate*)this)->Sonnet::BreakTokenizerPrivate::itemPosition)’
#  130 |     const TextBreaks::Position &textBreak = this->breaks().at(itemPosition);
#      |                                             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
#  128|       itemPosition++;
#  129|   
#  130|->     const TextBreaks::Position &textBreak = this->breaks().at(itemPosition);
#  131|       QStringView token = QStringView(buffer).mid(textBreak.start, textBreak.length);
#  132|       last = {token, textBreak.start};