mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 20:42:10 +00:00
[concepts] Suppress GCC4.4 warning (unused variable).
This commit is contained in:
@@ -165,7 +165,7 @@ class ConstPoint
|
||||
{
|
||||
const P* p = 0;
|
||||
ctype coord(geometry::get<Dimension>(*p));
|
||||
boost::ignore_unused(coord);
|
||||
boost::ignore_unused(p, coord);
|
||||
dimension_checker<P, Dimension+1, DimensionCount>::apply();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user