You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by usr007 February 21, 2024
Hello,
There is error message when compile project cppcheck-vsg with windows10 and visual studio 2019.
cppcheck: error: could not find or open any of the paths given, how did you resolve it?
It looks like the paths "include/vsg//.h" and "vsg//.cpp" passed to cppcheck is not expected.
It can be resolved by list all files and pass them to cppcheck within my test.
Regards.
The text was updated successfully, but these errors were encountered:
Discussed in #1091
Originally posted by usr007 February 21, 2024
Hello,
There is error message when compile project cppcheck-vsg with windows10 and visual studio 2019.
cppcheck: error: could not find or open any of the paths given, how did you resolve it?
It looks like the paths "include/vsg//.h" and "vsg//.cpp" passed to cppcheck is not expected.
It can be resolved by list all files and pass them to cppcheck within my test.
Regards.
The text was updated successfully, but these errors were encountered: