任何人都可以帮我弄清楚是否有错误
#define ESS_DESC(c, t) \
C99_INIT([ESSIF_OID_ORD(c)], {.oid = c, .str = #c ":" #t})
static const struct ESS_DESC ESS_DESC_verb[] = { ---> At all the below lines, i am getting the aprse error when executed the coverity scan.
ESS_DESC(ESS_FULL, 16V),
ESS_DESC(ESS_SET_CFG, 16V),
ESS_DESC(ESS_GET_CFG, 16V),
ESS_DESC(ESS_GET_STATS, 16V),
ESS_DESC(ESS_SET_CFG, 16V),
}