fix(frontends/lean/server): compilation warning
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1011a8022c
commit
8df5fc0623
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ server::worker::worker(environment const & env, io_state const & ios, definition
|
||||||
io_state _ios(ios);
|
io_state _ios(ios);
|
||||||
while (!m_terminate) {
|
while (!m_terminate) {
|
||||||
file_ptr todo_file;
|
file_ptr todo_file;
|
||||||
unsigned todo_linenum;
|
unsigned todo_linenum = 0;
|
||||||
options todo_options;
|
options todo_options;
|
||||||
// wait for next task
|
// wait for next task
|
||||||
while (!m_terminate) {
|
while (!m_terminate) {
|
||||||
|
|
Loading…
Reference in a new issue