Fix -Wunused-parameter warning

This commit is contained in:
Yuriy Chernyshov 2023-08-18 15:29:29 +03:00 committed by Barend Gehrels
parent 3755fab69f
commit 30fa56673c

View File

@ -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(