chore(shell/lean): compilation warning

This commit is contained in:
Leonardo de Moura 2019-06-06 10:42:39 -07:00
parent c8a972c57b
commit fc4abbd6c3

View file

@ -503,7 +503,7 @@ int main(int argc, char ** argv) {
return 0;
}
bool ok;
bool ok = true;
if (new_frontend) {
#if 0
env.set_main_module(main_module_name);