Hi, I have a C header that is used by both C and C++ code. The C header includes a C++ header for C++ code using the '__cplusplus' precompile: ifdef __cplusplus #include "cpp_only_header.h" endif / __cplusplus / But when I do a "c" check cppcheck --language=c my_c.c I get an error of "cpp_only_header.h" using c++. I use $ cppcheck --version Cppcheck 2.3 Any advice? Is this an issue? Thanks Erez
Hello Chih-Wei Huang, This is not an android-x86 issue. But sourceforge issue. Compare...