How do I turn off a static code analysis warning on a line by line warning in CDT (C code)?

后端 未结 7 1171
一向
一向 2021-01-17 13:19

We have a project using CDT in Eclipse. It\'s an old project that we just imported into Eclipse, and I want to ensure we start using static code analysis to find any weirdn

7条回答
  •  庸人自扰
    2021-01-17 14:04

    I have encountered this question,and I just want to eliminate them. I tried to add /* no break */,you should make sure it is added before the next "case". This is the question I have encountered

    This is the solution I use:

提交回复
热议问题