mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(RTGA) Silence long-standing warning
This commit is contained in:
parent
542162c17b
commit
34636ed9f0
@ -266,7 +266,7 @@ static uint8_t *rtga_tga_load(rtga_context *s,
|
||||
int RLE_repeating = 0;
|
||||
int RLE_count = 0;
|
||||
int read_next_pixel = 1;
|
||||
unsigned char raw_data[4] = {0};
|
||||
unsigned char raw_data[32] = {0};
|
||||
unsigned char *tga_palette = NULL;
|
||||
|
||||
/* Do I need to load a palette? */
|
||||
|
Loading…
Reference in New Issue
Block a user