Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parsers/ada.c:497:41: style: Condition 'token->prev==NULL' is always true [knownConditionTrueFalse] parsers/ada.c:493:20: note: Assuming that condition 'token->prev!=NULL' is not redundant parsers/ada.c:497:41: note: Condition 'token->prev==NULL' is always true parsers/ada.c:507:41: style: Condition 'token->next==NULL' is always true [knownConditionTrueFalse] parsers/ada.c:503:20: note: Assuming that condition 'token->next!=NULL' is not redundant parsers/ada.c:507:41: note: Condition 'token->next==NULL' is always true parsers/ada.c:2025:19: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment] parsers/ada.c:2023:19: note: token is assigned parsers/ada.c:2025:19: note: token is overwritten Following cppcheck error is false error (The function 'skipPastKeywordOrWord' is used) parsers/ada.c:944:0: style: The function 'skipPastKeywordOrWord' is never used. [unusedFunction]