mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 11:55:43 +00:00
Fixing many compiler identified nits.
This commit is contained in:
@@ -689,7 +689,7 @@ return SCPE_OK;
|
||||
t_stat sim_set_throt (int32 arg, char *cptr)
|
||||
{
|
||||
char *tptr, c;
|
||||
t_value val, val2;
|
||||
t_value val, val2 = 0;
|
||||
|
||||
if (arg == 0) {
|
||||
if ((cptr != 0) && (*cptr != 0))
|
||||
|
||||
Reference in New Issue
Block a user