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

后端 未结 7 1069
一向
一向 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:00

    To disable the annoying notifications, you need to go to Preferences->C/C++->Editor, and then uncheck the options that say "Highlight inactive code", "Display problems as you type", etc. Hope this helps.

提交回复
热议问题