Try to silence some more warnings

This commit is contained in:
libretroadmin 2025-08-04 06:57:29 +02:00
parent 86e65d10be
commit 917e29c039
2 changed files with 2 additions and 2 deletions

View File

@ -2317,7 +2317,7 @@ static void gl2_renderchain_copy_frame(
{
/* Slow path - conv_buffer is preallocated
* just in case we hit this path. */
int h;
size_t h;
const unsigned line_bytes = width * gl->base_size;
uint8_t *dst = (uint8_t*)gl->conv_buffer;
const uint8_t *src = (const uint8_t*)frame;

View File

@ -511,7 +511,7 @@ struct menu_state
menu_dialog_t dialog_st;
enum menu_action prev_action;
#ifdef HAVE_RUNAHEAD
enum menu_runahead_mode runahead_mode;
unsigned int runahead_mode;
#endif
/* int16_t alignment */