Task #131434 - fixed.err

back to task #131434
download
Error: COMPILER_WARNING (CWE-563):
kio-extras-25.12.3/filenamesearch/kio_filenamesearch.cpp: scope_hint: In member function ‘virtual KIO::WorkerResult FileNameSearch::FileNameSearchProtocol::listDir(const QUrl&)’
kio-extras-25.12.3/filenamesearch/kio_filenamesearch.cpp:493:9: warning[-Wunused-variable]: unused variable ‘numberOfTerms’
#  493 |     int numberOfTerms = termList.count();
#      |         ^~~~~~~~~~~~~
#  491|           break;
#  492|       }
#  493|->     int numberOfTerms = termList.count();
#  494|   
#  495|       //  Check the split up list of search terms or expressions to see whether they are valid.