From 6e18511dccd3b1f73110f6d719f7d476a0bf7fba Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 28 Dec 2024 19:04:47 +1100 Subject: fix warnings --- ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index dcd6a6a..d142586 100644 --- a/ui.cpp +++ b/ui.cpp @@ -199,7 +199,7 @@ UI::Label* UI::create_label(const char* t, int x, int y) { } void UI::update(Arena* s) { - + (void)s; } int UI::render_label(const Label* l, int off) { -- cgit v1.2.3-54-g00ecf