mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 20:16:29 +03:00
Silence warning.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user