From 879b4d9c629b59388caa202bfd72e1ca1c5992fa Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 3 Feb 2024 21:10:47 +0100 Subject: a --- editor/tests/path-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/tests/path-test.cpp') diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index 703a0f3a..43e2b041 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -157,7 +157,7 @@ void path_test::update_post(app& a) (void)a; } -void path_test::draw_ui(app& a, float width) +void path_test::draw_ui(app&, float) { constexpr ImGuiTableFlags table_flags = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_ScrollY; constexpr auto colflags_1 = ImGuiTableColumnFlags_NoResize | ImGuiTableColumnFlags_NoReorder | ImGuiTableColumnFlags_NoSort; -- cgit v1.2.3