Silence warnings

This commit is contained in:
twinaphex 2018-04-23 10:49:15 +02:00
parent b41c4ed624
commit c18d2e0432

View File

@ -32,7 +32,7 @@
#include "../../input/input_driver.h"
static const char *osk_grid[45] = {NULL};
static char *osk_grid[45] = {NULL};
static int osk_ptr = 0;
static enum osk_type osk_idx = OSK_LOWERCASE_LATIN;