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
Forum Updated to NodeBB v4.3 + New Features

jenkins cppcheck result for signal uninitmembervar

Scheduled Pinned Locked Moved Qt Creator and other tools
jenkinscppchecksignaluninitmembervar
2 Posts 1 Posters 1.5k Views 1 Watching
  • 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 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
    0
    • A aheimberger

      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 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

      • Login

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