From 2ff1f47da8bd1369e5e2c3179065af1200352d26 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Thu, 19 Dec 2019 14:42:23 -0600 Subject: [PATCH] Fix clang warning in icom.c --- icom/icom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/icom/icom.c b/icom/icom.c index c03c5e2df..4989975b4 100644 --- a/icom/icom.c +++ b/icom/icom.c @@ -4515,6 +4515,7 @@ int icom_set_powerstat(RIG *rig, powerstat_t status) rs->rigport.retry = retry; } + i = 0; retry = 10; if (status == RIG_POWER_ON) // wait for wakeup only