Skip to content

Commit e39c65e

Browse files
authored
Update MongoDBDictionarySource.cpp
1 parent d10a731 commit e39c65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dictionaries/MongoDBDictionarySource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void registerDictionarySourceMongoDB(DictionarySourceFactory & factory)
9999
return std::make_unique<MongoDBDictionarySource>(dict_struct, std::move(configuration), std::move(sample_block));
100100
};
101101
#else
102-
auto create_dictionary_source = [](
102+
auto create_dictionary_source = [](const String & /*name*/,
103103
const DictionaryStructure & /* dict_struct */,
104104
const Poco::Util::AbstractConfiguration & /* config */,
105105
const std::string & /* root_config_prefix */,

0 commit comments

Comments
 (0)