Skip to content

Address Eigen warnings - Update itkeigen library #5484

@blowekamp

Description

@blowekamp

There are warning on cdash like the following:

Modules/ThirdParty/Eigen3/src/itkeigen/../itkeigen/Eigen/src/Core/GenericPacketMath.h:655:61: warning: declaration shadows a local variable [-Wshadow-uncaptured-local]
return pminmax_impl<NaNPropagation, IsInteger>::run(a, b, EIGEN_BINARY_OP_NAN_PROPAGATION(Packet, (pmin)));

https://open.cdash.org/viewBuildError.php?type=1&buildid=10616735

Proposed PR #5482, suppressed these warnings, but @seanm commented that the fix is already in the library upstream.

Description

Steps to Reproduce

Expected behavior

Actual behavior

Reproducibility

Versions

Environment

Additional Information

Metadata

Metadata

Assignees

Labels

type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstances

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions