Finally void-out textlen in the callbacks (no more compiler warnings)

This commit is contained in:
Dylan G
2020-06-15 23:11:28 +01:00
parent fbca873f52
commit 408b2903f2
2 changed files with 2 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ static void load_lists(Entry_List_s * lists)
static SwkbdCallbackResult jump_menu_callback(void* entries_count, const char** ppMessage, const char* text, size_t textlen)
{
(void)textlen;
int typed_value = atoi(text);
if(typed_value > *(int*)entries_count)
{