From 797feeaff31a958b7781b17c8f587f281f006adb Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 30 Jan 2018 03:59:04 -0800 Subject: [PATCH] SCP: Cleanup minor compiler warning --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 0c24bf7b..43c27572 100644 --- a/scp.c +++ b/scp.c @@ -565,7 +565,7 @@ static double sim_time; static uint32 sim_rtime; static int32 noqueue_time; volatile int32 stop_cpu = 0; -static sim_stop_sleep_ms = 250; +static unsigned int sim_stop_sleep_ms = 250; static char **sim_argv; t_value *sim_eval = NULL; static t_value sim_last_val;