mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Shut up warnings while running completers
This commit is contained in:
parent
da310fac62
commit
e917332d63
1 changed files with 1 additions and 0 deletions
|
@ -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