Package: cppcheck
Version: 2.10-2
Severity: normal
X-Debbugs-Cc: richard.lewis.deb...@googlemail.com

Dear Maintainer,

Is it expected that cppcheck fails to find any standard include files?

$ cat foo.c
#include <stdio.h>
void main(void){}

$ cppcheck --enable=all foo.c
nofile:0:0: information: Cppcheck cannot find all the include files (use 
--check-config for details) [missingIncludeSystem]

$ cppcheck --enable=all foo.c  --check-config
/tmp/foo.c:1:0: information: Include file: <stdio.h> not found. Please note: 
Cppcheck does not need standard library headers to get proper results. 
[missingIncludeSystem]

but it's in /usr/include?

Reply via email to