Squash a few more warnings

This commit is contained in:
Andrzej Rybczak
2020-12-13 15:55:45 +01:00
parent 3b06b7e90e
commit 9749e49cfc
3 changed files with 3 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ bool Configuration::read(const std::vector<std::string> &config_paths, bool igno
+ "\" to preserve current behavior");
};
});
p.add<void>("active_column_color", nullptr, "", [this](std::string v) {
p.add<void>("active_column_color", nullptr, "", [](std::string v) {
if (!v.empty())
{
deprecated(