Task #662 - added.err

back to task #662
download
Error: COMPILER_WARNING (CWE-252):
kf6-kirigami-addons-1.2.1-build/kirigami-addons-1.2.1/src/components/nameutils.cpp: scope_hint: In member function ‘bool NameUtils::isStringUnsuitableForInitials(const QString&)’
kf6-kirigami-addons-1.2.1-build/kirigami-addons-1.2.1/src/components/nameutils.cpp:162:16: warning[-Wunused-result]: ignoring return value of ‘bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = const QChar*; _Predicate = NameUtils::isStringUnsuitableForInitials(const QString&)::<lambda(const QChar&)>]’, declared with attribute ‘nodiscard’
#  162 |     std::any_of(string.cbegin(), string.cend(), [](const QChar &character) {
#      |     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  163 |         return std::find(scripts.begin(), scripts.end(), character.script()) == scripts.end();
#      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  164 |     });
#      |     ~~          
/usr/include/c++/14/algorithm:61: included_from: Included from here.
/usr/include/qt6/QtCore/qcontainertools_impl.h:22: included_from: Included from here.
/usr/include/qt6/QtCore/qarraydataops.h:9: included_from: Included from here.
/usr/include/qt6/QtCore/qarraydatapointer.h:7: included_from: Included from here.
/usr/include/qt6/QtCore/qlist.h:8: included_from: Included from here.
/usr/include/qt6/QtCore/qstringlist.h:5: included_from: Included from here.
/usr/include/qt6/QtGui/qcolor.h:10: included_from: Included from here.
/usr/include/qt6/QtGui/QColor:1: included_from: Included from here.
kf6-kirigami-addons-1.2.1-build/kirigami-addons-1.2.1/src/components/nameutils.h:7: included_from: Included from here.
kf6-kirigami-addons-1.2.1-build/kirigami-addons-1.2.1/src/components/nameutils.cpp:5: included_from: Included from here.
/usr/include/c++/14/bits/stl_algo.h:447:5: note: declared here
#  447 |     any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred)
#      |     ^~~~~~
#  160|           QChar::Script_Han,    QChar::Script_Hangul,    QChar::Script_Cyrillic};
#  161|   
#  162|->     std::any_of(string.cbegin(), string.cend(), [](const QChar &character) {
#  163|           return std::find(scripts.begin(), scripts.end(), character.script()) == scripts.end();
#  164|       });