diff options
author | quou <quou@disroot.org> | 2024-12-28 19:04:47 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-28 19:05:47 +1100 |
commit | 6e18511dccd3b1f73110f6d719f7d476a0bf7fba (patch) | |
tree | 465eb2bb94ac6314a3dc94d5723ecea9189d9a2d /ui.cpp | |
parent | 7d8c72feb8041a6757a9dacb4e9d8017a689bec4 (diff) |
fix warnings
Diffstat (limited to 'ui.cpp')
-rw-r--r-- | ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |