iar icon indicating copy to clipboard operation
iar copied to clipboard

__cplusplus asserted for .c files

Open glenne opened this issue 5 years ago • 0 comments

My project has a combination of C and C++ files. After I do a build I end up with __cplusplus asserted in c_cpp_properties.json which causes a few squiggle errors in C source files. Removing it from the json file cleans up the errors but then the C++ files don't have it asserted. What is the best way to deal with this?

glenne avatar Aug 20 '19 19:08 glenne