Coverity:PARSE ERROR

时间:2015-10-06 06:47:17

标签: c coverity coverity-prevent

任何人都可以帮我弄清楚是否有错误

#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 个答案:

没有答案