SCP: Cleanup minor compiler warning

This commit is contained in:
Mark Pizzolato 2018-01-30 03:59:04 -08:00
parent 3a81f63ec1
commit 797feeaff3

2
scp.c
View file

@ -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;