Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing parentheses in DTTSCand::isLL()
Logical not is applied to int value, which is a clear mistake. The patch applies logical not to the comparison. L1Trigger/DTTriggerServerPhi/interface/DTTSCand.h:119:77: warning: comparison of constant '8' with boolean expression is always false [-Wbool-compare] L1Trigger/DTTriggerServerPhi/interface/DTTSCand.h:120:77: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] L1Trigger/DTTriggerServerPhi/interface/DTTSCand.h:120:77: warning: comparison of constant '80' with boolean expression is always false [-Wbool-compare] Signed-off-by: David Abdurachmanov <[email protected]> (cherry picked from commit 168db81)
- Loading branch information