jenkins cppcheck result for signal uninitmembervar
-
wrote on 16 Mar 2015, 10:06 last edited by
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 -
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
Andywrote on 18 Mar 2015, 14:00 last edited by aheimberger@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
2/2