fix(shell/lean): uninitialized variable
This commit is contained in:
parent
74b28f6ad9
commit
9119c3f9fb
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ int main(int argc, char ** argv) {
|
|||
std::string index_name;
|
||||
optional<unsigned> line;
|
||||
optional<unsigned> column;
|
||||
bool show_goal;
|
||||
bool show_goal = false;
|
||||
input_kind default_k = input_kind::Unspecified;
|
||||
while (true) {
|
||||
int c = getopt_long(argc, argv, g_opt_str, g_long_options, NULL);
|
||||
|
|
Loading…
Reference in a new issue