mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Silence some warnings
This commit is contained in:
parent
5c6ad1645d
commit
6648ebed0d
@ -30,8 +30,6 @@
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
typedef struct _chd_file chd_file;
|
||||
|
||||
typedef struct chdstream chdstream_t;
|
||||
|
||||
#define CHDSTREAM_TRACK_FIRST_DATA (-1)
|
||||
|
@ -309,7 +309,6 @@ static bool chd_get_crc(database_state_handle_t *db_state,
|
||||
const char *name, uint32_t *crc)
|
||||
{
|
||||
intfstream_t *fd = NULL;
|
||||
int result;
|
||||
uint32_t acc = 0;
|
||||
uint8_t buffer[4096];
|
||||
ssize_t size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user