I am using PC lint in my project. My project is compatible for building in both windows and linux. Therefore, in my project, I used window header files (visualstudio) and linux header files (gcc). I run pclint completely for the whole file. His error message
Unable to open include file * .h
I do not want to suppress this error in the std.lnt file, and I do not want to add
-elint errorcode
before the include statement. Please suggest me some way to suppress particualar header files in std.lnt file.
source share