skip to Main Content

Ubuntu – New messsage "Active checkers" in cppcheck after upgrade

I integrate cppcheck analysis with CMake by specifying this command line: cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CPPCHECK="cppcheck;--enable=all;--suppress=missingIncludeSystem;--inline-suppr;--std=c++17;--error-exitcode=1" and works well. After upgrading my Ubuntu, with cppcheck version 2.13.0, I started seeing this extra message/warning: ... [89/108] Building CXX object include/boost/multi/adaptors/fftw/test/CMakeFiles/combinations.cpp.x.dir/combinations.cpp.o Checking /home/user/boost-multi/include/boost/multi/adaptors/fftw/test/combinations.cpp…

VIEW QUESTION
Back To Top
Search