1
0
mirror of https://github.com/simh/simh.git synced 2026-05-04 06:58:38 +00:00

I7000: Removed compiler warnings.

This commit is contained in:
Richard Cornwell
2020-10-13 20:05:30 -04:00
parent fb1be2093d
commit 4057374c7c
17 changed files with 46 additions and 57 deletions

View File

@@ -398,7 +398,6 @@ t_stat
parse_sym(CONST char *cptr, t_addr addr, UNIT * uptr, t_value * val, int32 sw)
{
int i;
int f;
t_value d;
t_addr tag;
int sign;
@@ -413,7 +412,6 @@ parse_sym(CONST char *cptr, t_addr addr, UNIT * uptr, t_value * val, int32 sw)
i = 0;
sign = 0;
f = 0;
next:
/* Skip blanks */
while (isspace(*cptr))