SonarOpenCommunity / sonar-cxx

SonarQube C++ Community plugin (cxx plugin): This plugin adds C++ support to SonarQube with the focus on integration of existing C++ tools.
GNU Lesser General Public License v3.0
998 stars 365 forks source link

toomanyconfigs Too many #ifdef configurations - cppcheck only checks 12 configurations. #2193

Closed chaithanyareddyk closed 3 years ago

chaithanyareddyk commented 3 years ago

Hi Team

cppcheck --xml-version=2 . 2> report.xml with using this command we generated report.xml file, when we are checking the report.xml file we found this last of the report. i am new to cppcheck, do i need to take any further action on this? need your advice to resolve this issue. Could you please clarify why we get this error. we are using cppcheck -1.63

guwirth commented 3 years ago

Hi @chaithanyareddyk,

please ask Cppcheck questions in their forum: http://cppcheck.sourceforge.net/ we are not external tool experts. In case of conditional code from the preprocessor Cppcheck tries to analyse all combinations. Think there are settings to define an upper limit?

Regards,