mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 08:32:10 +00:00
Silence unused parameter warning from GCC/Clang.
This commit is contained in:
@@ -152,8 +152,8 @@ struct traversal
|
||||
}
|
||||
}
|
||||
|
||||
inline bool is_visited(turn_type const& turn, turn_operation_type const& op,
|
||||
signed_size_type turn_index, int op_index) const
|
||||
inline bool is_visited(turn_type const& /*turn*/, turn_operation_type const& op,
|
||||
signed_size_type /*turn_index*/, int /*op_index*/) const
|
||||
{
|
||||
return op.visited.visited();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user