A lot of cleanaps, got rid of all warnings with -Wall;

The makefile now uses -Wall.
This commit is contained in:
OBattler
2017-06-16 06:44:11 +02:00
parent 464b1a624f
commit 8061db66fe
60 changed files with 1614 additions and 1693 deletions

View File

@@ -508,10 +508,10 @@ void imd_seek(int drive, int track)
int real_sector = 0;
int actual_sector = 0;
char *c_map;
char *h_map;
char *c_map = NULL;
char *h_map = NULL;
char *r_map;
char *n_map;
char *n_map = NULL;
uint8_t *data;
uint32_t track_buf_pos[2] = { 0, 0 };