mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Silence warnings
This commit is contained in:
parent
f8bda96fa4
commit
55996bc9b6
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue