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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user