SCP: Cleanup minor compiler warning
This commit is contained in:
parent
3a81f63ec1
commit
797feeaff3
1 changed files with 1 additions and 1 deletions
2
scp.c
2
scp.c
|
@ -565,7 +565,7 @@ static double sim_time;
|
||||||
static uint32 sim_rtime;
|
static uint32 sim_rtime;
|
||||||
static int32 noqueue_time;
|
static int32 noqueue_time;
|
||||||
volatile int32 stop_cpu = 0;
|
volatile int32 stop_cpu = 0;
|
||||||
static sim_stop_sleep_ms = 250;
|
static unsigned int sim_stop_sleep_ms = 250;
|
||||||
static char **sim_argv;
|
static char **sim_argv;
|
||||||
t_value *sim_eval = NULL;
|
t_value *sim_eval = NULL;
|
||||||
static t_value sim_last_val;
|
static t_value sim_last_val;
|
||||||
|
|
Loading…
Add table
Reference in a new issue