1
0
mirror of https://github.com/simh/simh.git synced 2026-04-28 12:47:25 +00:00

Compiler warning cleanup

This commit is contained in:
Mark Pizzolato
2012-12-13 15:21:07 -08:00
parent 59afee3128
commit c71e0c39dc
12 changed files with 18 additions and 20 deletions

View File

@@ -437,7 +437,7 @@ static uint32 sectorCRC (const uint16 *data)
static t_stat rc_svc (UNIT *uptr)
{
uint32 ma, da, t, u_old, u_new, last_da;
uint32 ma, da, t, u_old, u_new, last_da = 0;
uint16 dat;
uint16 *fbuf = uptr->filebuf;