Omitting source files from PC-LINT checking
Status: Beta
Brought to you by:
mischu
I have a project which includes several files which are not used by the build (they're example files for a library), but which have to be included in the source due to the licence for the library.
Unfortunately when CPPChecker checks these files (using PC-Lint), I get a ton of errors added to the Problems list.
How can I exclude these files from Lint checking?