mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Silence implicit conversion warnings
This commit is contained in:
parent
5119a67b41
commit
2299e3b1ab
@ -1323,9 +1323,9 @@ bool gfx_animation_update(
|
||||
|
||||
static void build_ticker_loop_string(
|
||||
const char* src_str, const char *spacer,
|
||||
unsigned char_offset1, unsigned num_chars1,
|
||||
unsigned char_offset2, unsigned num_chars2,
|
||||
unsigned char_offset3, unsigned num_chars3,
|
||||
size_t char_offset1, size_t num_chars1,
|
||||
size_t char_offset2, size_t num_chars2,
|
||||
size_t char_offset3, size_t num_chars3,
|
||||
char *dest_str, size_t dest_str_len)
|
||||
{
|
||||
char tmp[PATH_MAX_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user