Menu

how set this option from cppcheck-gui ?

lamoda
2023-06-22
2023-06-23
  • lamoda

    lamoda - 2023-06-22

    ValueFlow analysis is limited in ProcessRequest. Use --check-level=exhaustive if full analysis is wanted.

     
  • Daniel Marjamäki

    hmm you can't. that is a mistake. I have created this ticket: https://trac.cppcheck.net/ticket/11787

     
  • Daniel Marjamäki

    A temporary workaround might be:

    1. scan your cppcheck GUI project on the command line like so:

      cppcheck --project=app.cppcheck --enable=style --check-mode=exhaustive 2> err.xml

    2. open file err.xml in the cppcheck GUI.

     

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.