aboutsummaryrefslogtreecommitdiff
path: root/src/userland.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-10-22 17:52:12 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-10-22 17:52:12 -0400
commitf65b1d46804bce716f16465b60c6daa2921e4519 (patch)
treef22e5fac294a4f5f638f2005948c05fb1846e5b8 /src/userland.cpp
parentdc080573d160a444e2e7c1fb88fac27c8060269f (diff)
downloadzig-f65b1d46804bce716f16465b60c6daa2921e4519.tar.gz
zig-f65b1d46804bce716f16465b60c6daa2921e4519.zip
integrate stage1 progress display with semantic analysis
Diffstat (limited to 'src/userland.cpp')
-rw-r--r--src/userland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userland.cpp b/src/userland.cpp
index ec7f6b2dee..a36dfa69a8 100644
--- a/src/userland.cpp
+++ b/src/userland.cpp
@@ -88,3 +88,4 @@ Stage2ProgressNode *stage2_progress_start(Stage2ProgressNode *node,
void stage2_progress_end(Stage2ProgressNode *node) {}
void stage2_progress_complete_one(Stage2ProgressNode *node) {}
void stage2_progress_disable_tty(Stage2Progress *progress) {}
+void stage2_progress_update_node(Stage2ProgressNode *node, size_t completed_count, size_t estimated_total_items){}