Skip to content
Snippets Groups Projects

WRG: fix warnings declaration shadows a previous local seen with gcc 8

Merged Manuel Grizonnet requested to merge warnings_shadow_declaration into develop
Files
11
@@ -183,7 +183,6 @@ private:
bool IsInsideWithNeighborhoodRadius(const RegionType& region, const ContinuousIndexType &index) const
{
typedef typename RegionType::IndexType IndexType;
typedef typename IndexType::IndexValueType IndexValueType;
typedef typename ContinuousIndexType::ValueType ContinuousIndexValueType;
Loading