Commit 3adfafe5 authored by aligungr's avatar aligungr

Option parser refactor

parent cb926234
......@@ -69,7 +69,7 @@ opt::OptionsResult::OptionsResult(int argc, char **argv, const opt::OptionsDescr
m_positionalParams.emplace_back(arg);
else
{
const OptionItem *parsingItem = nullptr;
const OptionItem *parsingItem{};
if (dashCount == 1)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment