From 30fa56673c0c69ab8691f81ddd3768b00b1776bc Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Fri, 18 Aug 2023 15:29:29 +0300 Subject: [PATCH] Fix -Wunused-parameter warning --- .../boost/geometry/algorithms/detail/relate/box_areal.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/relate/box_areal.hpp b/include/boost/geometry/algorithms/detail/relate/box_areal.hpp index a9e749fdb..425e17e25 100644 --- a/include/boost/geometry/algorithms/detail/relate/box_areal.hpp +++ b/include/boost/geometry/algorithms/detail/relate/box_areal.hpp @@ -51,9 +51,9 @@ struct box_areal } template - 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(