AtomLinter/linter-gcc

spammed with "expected primary-expression before ‘}’ token"

Opened this issue · 1 comments

Checklist

  • Check that you have the GNU C Compiler installed by typing gcc --version into a terminal.
  • If you don't have the linter package installed, either update to the latest version of linter-gcc or install linter directly with apm install linter.
  • Ensure that you are using a valid grammar - either C/C++/C++14
  • Ensure that you have read all the relevant information in the wiki, particularly the Common Issues page.

Issue ((not)including debugging messages):

the linter is giving me a lot of errors that don't point to anything relevant and don't make sense

I know the errors should not be there because the actual GCC compiler makes no mention of them.

https://imgur.com/zR5zaB5 screenshot of errors

im using atom 1.25.1 on Ubuntu 16.04, sorry I don't have any debug messages because when I enabled debug messages I didn't see any. or at least I didn't recognize any if they did appear.

I have the same problem!