kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compiler warnings
rodzic
b4a6f98524
commit
c5a83b1652
|
@ -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,
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue