mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05: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>
|
template <typename Result, typename Strategy>
|
||||||
static inline void apply(Box const& box, Areal const& areal,
|
static inline void apply(Box const& /* box */, Areal const& /* areal */,
|
||||||
Result& result,
|
Result& /* result */,
|
||||||
Strategy const& strategy,
|
Strategy const& /* strategy */,
|
||||||
std::false_type /*is_cartesian*/)
|
std::false_type /*is_cartesian*/)
|
||||||
{
|
{
|
||||||
BOOST_GEOMETRY_STATIC_ASSERT_FALSE(
|
BOOST_GEOMETRY_STATIC_ASSERT_FALSE(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user