forked from lix-project/lix
Shut up warnings while running completers
This commit is contained in:
parent
da310fac62
commit
e917332d63
|
@ -41,6 +41,7 @@ void Args::parseCmdline(const Strings & _cmdline)
|
||||||
assert(n > 0 && n <= cmdline.size());
|
assert(n > 0 && n <= cmdline.size());
|
||||||
*std::next(cmdline.begin(), n - 1) += completionMarker;
|
*std::next(cmdline.begin(), n - 1) += completionMarker;
|
||||||
completions = std::make_shared<decltype(completions)::element_type>();
|
completions = std::make_shared<decltype(completions)::element_type>();
|
||||||
|
verbosity = lvlError;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto pos = cmdline.begin(); pos != cmdline.end(); ) {
|
for (auto pos = cmdline.begin(); pos != cmdline.end(); ) {
|
||||||
|
|
Loading…
Reference in a new issue