mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Silence warnings
This commit is contained in:
parent
f8bda96fa4
commit
55996bc9b6
@ -9194,7 +9194,6 @@ static void ozone_context_reset(void *data, bool is_threaded)
|
||||
};
|
||||
unsigned i;
|
||||
ozone_handle_t *ozone = (ozone_handle_t*) data;
|
||||
struct menu_state *menu_st = menu_state_get_ptr();
|
||||
|
||||
if (ozone)
|
||||
{
|
||||
|
@ -511,7 +511,7 @@ static void handle_translation_cb(
|
||||
size_t i;
|
||||
char key[8];
|
||||
size_t length = strlen(key_str);
|
||||
int start = 0;
|
||||
size_t start = 0;
|
||||
|
||||
for (i = 1; i < length; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user