[vtk-developers] TemporalArrayOperator

Sean McBride sean at rogue-research.com
Mon Mar 27 16:58:41 EDT 2017


On Sat, 25 Mar 2017 14:28:47 -0400, Ken Martin said:

>>>>     CID 1372958:  Incorrect expression  (CONSTANT_EXPRESSION_RESULT)
>>>>     The expression "!inputArray1 || !inputArray1" does not accomplish
>anything because it evaluates to either of its identical operands,
>"!inputArray1".
>267       if (!inputArray1 || !inputArray1)

A good occasion to remind everyone to look at the nightly cppcheck dashboard :), where this has also been since Wednesday:

Filters/Hybrid/vtkTemporalArrayOperatorFilter.cxx:267: style: Same expression on both sides of '||'.

Sean




More information about the vtk-developers mailing list