Silence warning.

This commit is contained in:
Martín Lucas Golini
2024-04-12 20:14:40 -03:00
parent 7b1c39f9bc
commit c52db34ec2

View File

@@ -146,7 +146,7 @@ void ProjectSearch::find( const std::vector<std::string> files, const std::strin
ResultCb result, bool caseSensitive, bool wholeWord,
const TextDocument::FindReplaceType& type,
const std::vector<GlobMatch>& pathFilters, std::string basePath,
std::vector<std::shared_ptr<TextDocument>> openDocs ) {
std::vector<std::shared_ptr<TextDocument>> ) {
Result res;
const auto occ =
type == TextDocument::FindReplaceType::Normal