This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The following code snippet shows a syntax error on line 15:
But the code compiles without any errors. If I preprocess this file (with --gcc extensions enabled, of course), I see:
which is what I expect.
A similar construct gets used a lot in our code, and the numerous "syntax errors" are distracting. How can I make the editor stop doing this?
Thanks,
Paul