Fix compiler warnings

pull/1164/head
Mike Black W9MDB 2022-11-28 11:39:03 -06:00
rodzic b4a6f98524
commit c5a83b1652
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -496,8 +496,6 @@ const struct rig_caps ic706mkiig_caps =
.level_gran =
{
#include "level_gran_icom.h"
// cppcheck-suppress *
[LVL_RAWSTR] = { .min = { .i = 0 }, .max = { .i = 255 } },
},
.parm_gran = {},
.ctcss_list = common_ctcss_list,

Wyświetl plik

@ -1476,6 +1476,7 @@ void usage_amp(FILE *fout)
{
nbspaces -= fprintf(fout, ", %s", test_list[i].arg4);
}
rig_debug(RIG_DEBUG_VERBOSE, "%s: nbspace left=%d\n", __func__, nbspaces);
fprintf(fout, ")\n");
}