-
-
Notifications
You must be signed in to change notification settings - Fork 706
Open
Labels
type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstances
Description
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 circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstances