Coverity: PARSE ERROR

1.2k views Asked by At

Could any one help me in figuring out if something wrong

#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),
} 
0

There are 0 answers