Commit 9b2e930
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 2b66031 commit 9b2e930
File tree
2 files changed
+5
-1
lines changed- include
- src
2 files changed
+5
-1
lines changed| 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