Skip to content

WIP: First attempt with CppCheck

Iacopo Vivarelli requested to merge ivivarel/atlasexternals:add_cppcheck into master

This is a first attempt to import cppcheck in the externals (ATLINFR-2654). Two comments:

  • I get a lot of errors about about "inlining failed in call to...". In standalone compilation of cppcheck I do not get these warnings.
  • the sanitising script mechanism is not working (and I am not sure I got how it is supposed to work: is there any reference I can look to understand how to modify it?) Other than that, the package builds at the moment as part of the externals. What should be the behaviour when building as part of an Athena release? Please let me know your comments
Edited by Frank Winklmeier

Merge request reports