I just ran static analysis tool "cppcheck" over the source code of bristol-0.60.11
It said
[sid.c:1451]: (warning) Logical disjunction always evaluates to true: param > 0.5 || param < 3.
Suggest replace || with &&
Log in to post a comment.