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
This revert commits:
1. 29cc141, "resolve several issues found by cppcheck:"
2. d8ab714, "resolve cppcheck warnings:".
In general, seems cppcheck is not enough smart (related to
Coverity) to recognize a pattern: where one or more assert()
are used to check pre-conditions and the following code check
same conditions and return error.
Related to #139
Related to #136
Change-Id: I28dce5aac008ec1c14907cb01e4049e26f4992b8
Otherwise not all errors can be identified in a timely manner, especially in pull-request.
The text was updated successfully, but these errors were encountered: