Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. jenkins cppcheck result for signal uninitmembervar
QtWS25 Last Chance

jenkins cppcheck result for signal uninitmembervar

Scheduled Pinned Locked Moved Qt Creator and other tools
jenkinscppchecksignaluninitmembervar
2 Posts 1 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aheimberger
    wrote on 16 Mar 2015, 10:06 last edited by
    #1

    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

    A 1 Reply Last reply 18 Mar 2015, 14:00
    0
    • A aheimberger
      16 Mar 2015, 10:06

      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

      A Offline
      A Offline
      aheimberger
      wrote on 18 Mar 2015, 14:00 last edited by aheimberger
      #2

      @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.cfg

      See cppcheck:
      https://github.com/danmar/cppcheck
      https://github.com/danmar/cppcheck/tree/master/cfg

      1 Reply Last reply
      0

      2/2

      18 Mar 2015, 14:00

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved