I used cppcheck to analyze all the files in my VS project. It successfully analyzed all the files but did not display any kind of error/warning message. When I tried using cppcheck through Visual Lint, it again analyzed all the files and even though it still did not show any kind of error/warning messages it did show that issues existed. It just gave me the message "A message database is not currently available for Cppcheck." in addition to informing about the existence of issues.
I would like to know why I am not getting any kind of error/warning message in cppcheck even though issues do exist?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I used cppcheck to analyze all the files in my VS project. It successfully analyzed all the files but did not display any kind of error/warning message. When I tried using cppcheck through Visual Lint, it again analyzed all the files and even though it still did not show any kind of error/warning messages it did show that issues existed. It just gave me the message "A message database is not currently available for Cppcheck." in addition to informing about the existence of issues.
I would like to know why I am not getting any kind of error/warning message in cppcheck even though issues do exist?