How to find/retrieve commandline arguments for cppcheck.exe to get the same results like cppcheckgui.exe?
there is no such function as far as I know. I guess that would be nice to have.
That's a pity :( cppcheckgui.exe reports legit memory leak but cppcheck.exe does not. So I assume it's because of missing commandline argument(s).
GUI has no features that that CLI does not have. In fact there are probably features that are not available through GUI.
Log in to post a comment.
How to find/retrieve commandline arguments for cppcheck.exe to get the same results like cppcheckgui.exe?
there is no such function as far as I know. I guess that would be nice to have.
That's a pity :(
cppcheckgui.exe reports legit memory leak but cppcheck.exe does not.
So I assume it's because of missing commandline argument(s).
Last edit: Ivan Hornak 2016-12-06
GUI has no features that that CLI does not have. In fact there are probably features that are not available through GUI.