summaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-12-28 19:04:47 +1100
committerquou <quou@disroot.org>2024-12-28 19:05:47 +1100
commit6e18511dccd3b1f73110f6d719f7d476a0bf7fba (patch)
tree465eb2bb94ac6314a3dc94d5723ecea9189d9a2d /ui.cpp
parent7d8c72feb8041a6757a9dacb4e9d8017a689bec4 (diff)
fix warnings
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
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) {