Commit 8052dfb
COMP: Suppress GCC -Wmaybe-uninitialized in Eigen3 SelfadjointMatrixVector
GCC on aarch64 (ARM) emits a false-positive -Wmaybe-uninitialized
warning at line 224 of SelfadjointMatrixVector.h. The dashboard script
(itk_common.cmake) treats any build warning as CI failure.
Add targeted GCC diagnostic pragmas to suppress the warning in this
file only, scoped to GCC (not Clang) via __GNUC__ / __clang__ guards.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2642b9b commit 8052dfb
1 file changed
Lines changed: 11 additions & 0 deletions
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
250 | 257 | | |
251 | 258 | | |
252 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
253 | 264 | | |
0 commit comments