# HG changeset patch # User Andrew Hundt # Date 2012-12-17 20:23:12 -0500 # Node ID 34328e83a96e7a4af6fabda945284a80f1b180d5 # Parent 6a0ff2dcf61a4cbadac5192fadca7eb33e30a2fa fixed boost/geometry/strategies/cartesian/cart_intersect.hpp:406: warning: unused parameter ‘a’ and fixed boost/geometry/strategies/cartesian/cart_intersect.hpp:406: warning: unused parameter ‘b’ diff --git a/boost/geometry/strategies/cartesian/cart_intersect.hpp b/boost/geometry/strategies/cartesian/cart_intersect.hpp --- a/boost/geometry/strategies/cartesian/cart_intersect.hpp +++ b/boost/geometry/strategies/cartesian/cart_intersect.hpp @@ -403,7 +403,7 @@ // It turns out to be no problem, see buffer test #rt_s1 (and there are many cases generated) // It generates an "ends in the middle" situation which is correct. template - static inline void robustness_handle_meeting(segment_type1 const& a, segment_type2 const& b, + static inline void robustness_handle_meeting(segment_type1 const& /*a*/, segment_type2 const& /*b*/, side_info& sides, T const& dx_a, T const& dy_a, T const& wx, T const& wy, T const& d, R const& r)