clean up cppcheck warnings

pull/426/head
Michael Black W9MDB 2020-10-25 16:30:09 -05:00
rodzic 03d318bfbc
commit 3ffbeae881
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -109,6 +109,7 @@ void never_used()
icom_power2mW();
icom_send_morse();
icom_send_voice_mem();
icom_stop_morse();
icom_set_bank();
icom_set_ctcss_sql();
icom_set_ctcss_tone();

Wyświetl plik

@ -5179,7 +5179,6 @@ static int wait_morse_ptt(RIG *rig, vfo_t vfo)
{
ptt_t pttStatus = RIG_PTT_OFF;
int loops = 0;
int retval;
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
@ -5187,6 +5186,7 @@ static int wait_morse_ptt(RIG *rig, vfo_t vfo)
do
{
int retval;
rig_debug(RIG_DEBUG_TRACE, "%s: loop#%d until ptt=0, ptt=%d\n", __func__, loops,
pttStatus);
elapsed_ms(&rig->state.cache.time_ptt, HAMLIB_ELAPSED_INVALIDATE);