Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: Fix compilation issues #5093

Merged

Conversation

hjmjohnson
Copy link
Member

Core/Transform/test/itkTransformTest.cxx:224:46: error:

default initialization of an object of const type 'const
itk::itkTransformTestHelpers::TransformTester<double, 3, 3>::InputSymmetricSecondRankTensorType' (aka 'const
SymmetricSecondRankTensor<double, 3U>') without a user-provided default
constructor const InputSymmetricSecondRankTensorType ssrten;
                                                                                                    ^
                                                                                                    {}

Nightly dashboards are failing https://open.cdash.org/viewBuildError.php?buildid=10098209

PR Checklist

Core/Transform/test/itkTransformTest.cxx:224:46: error:
default initialization of an object of const type 'const
itk::itkTransformTestHelpers::TransformTester<double, 3,
3>::InputSymmetricSecondRankTensorType' (aka 'const
SymmetricSecondRankTensor<double, 3U>') without a user-provided default
constructor const InputSymmetricSecondRankTensorType ssrten;
                                                     ^
                                                     {}
@hjmjohnson hjmjohnson added the type:Compiler Compiler support or related warnings label Dec 18, 2024
@hjmjohnson hjmjohnson added this to the ITK 6.0 Beta 1 milestone Dec 18, 2024
@hjmjohnson hjmjohnson requested a review from seanm December 18, 2024 14:41
@hjmjohnson hjmjohnson self-assigned this Dec 18, 2024
@github-actions github-actions bot added type:Testing Ensure that the purpose of a class is met/the results on a wide set of test cases are correct area:Core Issues affecting the Core module labels Dec 18, 2024
@jhlegarreta
Copy link
Member

X-ref: #5073 (comment)

@hjmjohnson
Copy link
Member Author

/azp run ITK.macOS.Python

@hjmjohnson hjmjohnson merged commit 60c3ae5 into InsightSoftwareConsortium:master Dec 18, 2024
15 checks passed
@hjmjohnson hjmjohnson deleted the fix-initialization-bug branch December 18, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Core Issues affecting the Core module type:Compiler Compiler support or related warnings type:Testing Ensure that the purpose of a class is met/the results on a wide set of test cases are correct
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants