acil-bwh / SlicerCIP

Slicer extension for the Chest Imaging Platform
BSD 3-Clause "New" or "Revised" License
15 stars 22 forks source link

COMP: more compile warning fixes #28

Closed pieper closed 4 years ago

pieper commented 4 years ago

Note that this change appears to change the logic:

I believe the old code was actually incorrect (not sure if it actually worked). ReadData returns 0 on error, so with this change the code that uses the data is only executed when ReadData succeeds.