We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since this is fixed in newer cppcheck versions, best option is probably to just not use cppcheck 1.x for analysis.
No cppcheck = nothing to do Cppcheck 1.x = ignore and print warning Cppcheck 2.x = use it
The text was updated successfully, but these errors were encountered:
Add version check to CppCheck detection, so we can ignore obsolete 1.…
2d18450
…x versions. This fixes #236.
Merge pull request #278 from azonenberg/cppcheck-version
c5a46d0
Add version check to CppCheck detection, fixing #236
tarunik
Successfully merging a pull request may close this issue.
Since this is fixed in newer cppcheck versions, best option is probably to just not use cppcheck 1.x for analysis.
No cppcheck = nothing to do
Cppcheck 1.x = ignore and print warning
Cppcheck 2.x = use it
The text was updated successfully, but these errors were encountered: