Skip to content

warnings: fix warnings about shifted casts

Ben Boeckel requested to merge ben.boeckel/vtk:warnings-msvc-20170515 into master

Wrapping the expression is the equivalent of:

sign_extend(32_bit_value)

Casting the constant being shifted first allows the shift to use all 64 bits.


Cc: @utkarsh.ayachit ParaView's warnings.

Merge request reports