Hello everybody,
I need your help. I’m using SublimeClang plug-in. I want to ignore warnings in somewhere.
In SublimeClang.sublime-settings file I used key diagnostic_ignore_dirs to do it but it does not work.
Here is my settings:
CPLUS_INCLUDE_PATH enviroment I set to C:\Program Files\MinGW\include
"diagnostic_ignore_dirs":
"${env:CPLUS_INCLUDE_PATH}"
],
It still parses include files in ignored directory and put out errors and warnings.
Screenshot
Can anybody help me to solve it?
Thanks so much!