简体   繁体   中英

How do I disable all code analysis in eclipse cdt?

I am using Eclipse IDE for C/C++ Developers, Oxygen release (4.7.0). I have unchecked all boxes in Preferences->Code Analysis. if I have the following code:

int main (void)
{

Eclipse places a warning symbol in the border next to the bracket, indicating that it is missing a closing bracket.

How do I disable all code analysis?

在“ 窗口”>“首选项”:C / C ++>“编辑器”中,取消选中“键入问题”

What you want is Preferences -> C/C++ -> Editor -> turn off Report problems as you type :

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM