Silence some warnings

This commit is contained in:
Twinaphex 2017-09-18 11:56:59 +02:00
parent 5c6ad1645d
commit 6648ebed0d
2 changed files with 0 additions and 3 deletions

View File

@ -30,8 +30,6 @@
RETRO_BEGIN_DECLS
typedef struct _chd_file chd_file;
typedef struct chdstream chdstream_t;
#define CHDSTREAM_TRACK_FIRST_DATA (-1)

View File

@ -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;