Silence warnings

This commit is contained in:
libretroadmin 2023-07-17 17:43:50 +02:00
parent f8bda96fa4
commit 55996bc9b6
2 changed files with 1 additions and 2 deletions

View File

@ -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)
{

View File

@ -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++)
{