InsightSoftwareConsortium / InsightSoftwareConsortium/ITK

Address Eigen warnings - Update itkeigen library

Open
#5,484 13 comments 0 reactions 1 assignee Claimed by @phcerdan View on GitHub
type:Bug
Dominant language
C++
Stars
1.7k
Forks
748
Avg merge
1d 1h
Merged PRs (30d)
64

Description

There are warning on cdash like the following:

[Modules/ThirdParty/Eigen3/src/itkeigen/../itkeigen/Eigen/src/Core/GenericPacketMath.h:655](https://github.com/InsightSoftwareConsortium/ITK/blob/b0ccdcc467b8f4e749fd5423911bdcac74d1136e/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Core/GenericPacketMath.h#L655):61: warning: declaration shadows a local variable [-Wshadow-uncaptured-local]
return pminmax_impl::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

```none
```

### Reproducibility

### Versions

### Environment

### Additional Information

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.