Try to silence some more warnings
This commit is contained in:
parent
86e65d10be
commit
917e29c039
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue