jenkins cppcheck result for signal uninitmembervar
-
Hey Guys,
has anyone of you experiences with jenkins. Cppcheck results tells me that there are uninit member variables for signals. I'm using Jenkins Version 1.602.
Cheers
Andy -
@aheimberger Solved it by myself. I had to use the cfg directory, for what I hade two possiblities. Either using all cfg files within the cppcheck cfg directory or only the specific one for qt.
cmd to use all cfg-files in director cppcheck/cfg, needs suppress of missing includes:
-check-config --suppress=missingIncludeSystem .cmd to use single qt cfg file:
--library=/home/ahe/Projects/cppcheck/cfg/qt.cfgSee cppcheck:
https://github.com/danmar/cppcheck
https://github.com/danmar/cppcheck/tree/master/cfg