Commit c3b6a52
authored
BUG: Fixed an issue with ITK tiff reading on Windows conda builds (#1475)
Fixed an issue with ITK tiff reading on windows with a workaround
* ITK misconfigures ITKIOTIFF on Windows when using an external
libtiff such that certain files may trigger a nullptr access. We
work around this by turning off the global warning display because
the nullptr access occurs in an itkWarningMacro.
Signed-off-by: Jared Duffey <jared.duffey@bluequartz.net>1 parent 5d22556 commit c3b6a52
1 file changed
Lines changed: 21 additions & 0 deletions
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
42 | 63 | | |
43 | 64 | | |
44 | 65 | | |
| |||
0 commit comments