mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 20:58:18 +00:00
Fix CXX_BUILD warning
This commit is contained in:
parent
118978864f
commit
c6806c2ac0
@ -654,7 +654,7 @@ bool write_file(const char *path, const void *data, ssize_t size)
|
||||
static int read_generic_file(const char *path, void **buf, ssize_t *len)
|
||||
{
|
||||
size_t bytes_read = 0;
|
||||
ssize_t content_buf_size = 0;
|
||||
size_t content_buf_size = 0;
|
||||
void *content_buf = NULL;
|
||||
FILE *file = fopen(path, "rb");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user