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