Why does Eclipse CDT say: 'syntax error', but compilation no problem

前端 未结 10 1384
庸人自扰
庸人自扰 2021-02-04 08:04

I am working in existing C code which has a couple of lines with statements similar to this one:

struct collect_conn *tc = (struct collect_conn *) 
     ((char *         


        
10条回答
  •  有刺的猬
    2021-02-04 08:46

    I fixed similar problem after checking the tab Error Parsers in Makefile Project in New CDT Project Wizard, removing CDT Visual C Error Parser (I am using gcc)

提交回复
热议问题