Commit 8bedb82
COMP: Fix missing include path and nodiscard warning
Add the module's include/ directory to the src/ executables' include
path so that itkVariationalRegistrationMultiResolutionFilter.h and
other module headers are found during the CTest dashboard build.
Also fix the nodiscard warning on TransformPhysicalPointToContinuousIndex
in itkContinuousBorderWarpImageFilter.hxx by throwing an exception when
the physical point falls outside the image domain.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1f91659 commit 8bedb82
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments