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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
I am using cppcheck 1.83 and the error output is like:
src\func.c;820;style;knownConditionTrueFalse;Condition 'pwmVal<=0' is always true
However when I click on the error in eclipse the IDE does not open and jump to that line of code, ie it appears the error parser is not parsing the errors correctly or I have something configured wrong.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using cppcheck 1.83 and the error output is like:
src\func.c;820;style;knownConditionTrueFalse;Condition 'pwmVal<=0' is always true
However when I click on the error in eclipse the IDE does not open and jump to that line of code, ie it appears the error parser is not parsing the errors correctly or I have something configured wrong.
The text was updated successfully, but these errors were encountered: