How are not matching counts of +/-esym(960, 17.4) handled by PC-lint?

前端 未结 0 1962
故里飘歌
故里飘歌 2020-12-19 01:51

Given a tiny example

uint8_t *dummy;
uint8_t *blub;
/*lint +esym(960, 17.4) */
/*lint -esym(960, 17.4) */
/*lint -esym(960, 17.4) */
int
main()
{
    uint8_t          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题