mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Fix -Wunused-parameter warning
This commit is contained in:
parent
3755fab69f
commit
30fa56673c
@ -51,9 +51,9 @@ struct box_areal
|
||||
}
|
||||
|
||||
template <typename Result, typename Strategy>
|
||||
static inline void apply(Box const& box, Areal const& areal,
|
||||
Result& result,
|
||||
Strategy const& strategy,
|
||||
static inline void apply(Box const& /* box */, Areal const& /* areal */,
|
||||
Result& /* result */,
|
||||
Strategy const& /* strategy */,
|
||||
std::false_type /*is_cartesian*/)
|
||||
{
|
||||
BOOST_GEOMETRY_STATIC_ASSERT_FALSE(
|
||||
|
Loading…
x
Reference in New Issue
Block a user