mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 08:52:10 +00:00
[geometries] Fix unused parameter warning in ring_proxy
This commit is contained in:
@@ -150,7 +150,7 @@ public :
|
||||
}
|
||||
}
|
||||
|
||||
void resize(std::size_t new_size)
|
||||
void resize(std::size_t /*new_size*/)
|
||||
{
|
||||
if (m_do_hole)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user