SuperElastix / elastix

Official elastix repository
http://elastix.dev
Apache License 2.0
449 stars 110 forks source link

Fix MSVC /W4 warnings, "warning C4389: '==': signed/unsigned mismatch" #1137

Closed N-Dekker closed 3 weeks ago

N-Dekker commented 3 weeks ago

Fixed by casting the left side of the == to the largest available integer type of the same "signedness" as the right side.