Menu

no bug issue in report file

2018-09-10
2018-09-12
  • Roberto Vollaro

    Roberto Vollaro - 2018-09-10

    Hi,

    I ran cppcheck on my project using two different approaches:

    the first one creating a project directly from GUI

    the second one running cppchech using following command:
    cppcheck --enable=all --xml-version=2 --std=c11 "source_path" -I "include_path" 2>"cppcheck_file_name"

    In the first case I get 40 issues in the second case I get 39 issues, an information related to a bug is lost, why?

    Thanks

     
  • versat

    versat - 2018-09-12

    I can only guess. Maybe the settings are a bit different. For example the "platform" could be different, which can result in different issues that are reported.
    Could you provide more details (e.g. OS where you run Cppcheck, Version of Cppcheck, which terminal has been used in the second case, what issue you is missing, ...)?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.