InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

COMP: suppress 5 clang warnings from eigen headers #4670

Closed seanm closed 1 month ago

seanm commented 1 month ago

These 4 warnings occur nowhere else in the ITK codebase, so suppressing them here allows them to be enabled on CI.

thewtex commented 1 month ago

\azp run ITK.Linux

dzenanz commented 1 month ago

/azp run ITK.Linux

seanm commented 1 month ago

Added a 5th suppression here for -Wzero-as-null-pointer-constant.