kopia lustrzana https://github.com/Hamlib/Hamlib
Suppress -Winitializer-overrides warnings in ic746.c
rodzic
fc33324dcc
commit
ae29c0c665
|
@ -206,9 +206,13 @@ struct rig_caps ic746_caps =
|
||||||
.has_set_parm = RIG_PARM_ANN,
|
.has_set_parm = RIG_PARM_ANN,
|
||||||
.level_gran =
|
.level_gran =
|
||||||
{
|
{
|
||||||
|
#define NO_LVL_KEYSPD
|
||||||
|
#define NO_LVL_CWPITCH
|
||||||
#include "level_gran_icom.h"
|
#include "level_gran_icom.h"
|
||||||
[LVL_KEYSPD] = { .min = { .i = 6 }, .max = { .i = 48 }, .step = { .i = 1 } },
|
[LVL_KEYSPD] = { .min = { .i = 6 }, .max = { .i = 48 }, .step = { .i = 1 } },
|
||||||
[LVL_CWPITCH] = { .min = { .i = 300 }, .max = { .i = 900 }, .step = { .i = 1 } },
|
[LVL_CWPITCH] = { .min = { .i = 300 }, .max = { .i = 900 }, .step = { .i = 1 } },
|
||||||
|
#undef NO_LVL_KEYSPD
|
||||||
|
#undef NO_LVL_CWPITCH
|
||||||
},
|
},
|
||||||
.parm_gran = {},
|
.parm_gran = {},
|
||||||
.ctcss_list = common_ctcss_list,
|
.ctcss_list = common_ctcss_list,
|
||||||
|
|
Ładowanie…
Reference in New Issue