mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Silence warnings
This commit is contained in:
parent
b41c4ed624
commit
c18d2e0432
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "../../input/input_driver.h"
|
#include "../../input/input_driver.h"
|
||||||
|
|
||||||
static const char *osk_grid[45] = {NULL};
|
static char *osk_grid[45] = {NULL};
|
||||||
|
|
||||||
static int osk_ptr = 0;
|
static int osk_ptr = 0;
|
||||||
static enum osk_type osk_idx = OSK_LOWERCASE_LATIN;
|
static enum osk_type osk_idx = OSK_LOWERCASE_LATIN;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user