BUG FIX: PeregrineHDF5Reader Pathing and Array Type Fixes #5527
Annotations
5 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, ammaraskar/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKThresholdMaximumConnectedComponentsImageFilter.cpp#L34
implicit conversion from 'itk::NumericTraits<long>::ValueType' (aka 'long') to 'const double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
|
src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKThresholdMaximumConnectedComponentsImageFilter.cpp#L34
implicit conversion from 'itk::NumericTraits<long>::ValueType' (aka 'long') to 'const double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
|
src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKThresholdMaximumConnectedComponentsImageFilter.cpp#L34
implicit conversion from 'itk::NumericTraits<unsigned long>::ValueType' (aka 'unsigned long') to 'const double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
|
src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/ITKThresholdMaximumConnectedComponentsImageFilter.cpp#L34
implicit conversion from 'itk::NumericTraits<unsigned long>::ValueType' (aka 'unsigned long') to 'const double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
|
This job succeeded
Loading