Commit db247e3
committed
COMP: Remove shadowing numPoints
Addresses:
/home/matt/src/ITK2/Modules/Remote/MeshToPolyData/include/itkPolyDataToMeshFilter.hxx:208:12: warning: declaration of ‘numPoints’ shadows a previous local [-Wshadow]
208 | auto numPoints = inputCellItr.Value();
| ^~~~~~~~~
/home/matt/src/ITK2/Modules/Remote/MeshToPolyData/include/itkPolyDataToMeshFilter.hxx:196:18: note: shadowed declaration is here
196 | IdentifierType numPoints = 0, cellId = 0;
| ^~~~~~~~~
/home/matt/src/ITK2/Modules/Remote/MeshToPolyData/include/itkPolyDataToMeshFilter.hxx:236:12: warning: declaration of ‘numPoints’ shadows a previous local [-Wshadow]
236 | auto numPoints = inputCellItr.Value();
|1 parent 1e594b7 commit db247e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments