mirror of https://github.com/CGAL/cgal
warning patrol
This commit is contained in:
parent
5cd4f73753
commit
c6b85022e5
|
|
@ -146,7 +146,7 @@ namespace CircularFunctors {
|
|||
Comparison_result
|
||||
compare_y_to_right(const typename CK::Line_arc_2 &A1,
|
||||
const typename CK::Line_arc_2 &A2,
|
||||
const typename CK::Circular_arc_point_2 &p)
|
||||
const typename CK::Circular_arc_point_2 &/*p*/)
|
||||
{
|
||||
if(A1.supporting_line().is_vertical()){
|
||||
if(A2.supporting_line().is_vertical())
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ void _test_circle_bbox(CK ck)
|
|||
}
|
||||
}
|
||||
template <class CK>
|
||||
void _test_circular_arc_bbox(CK ck)
|
||||
void _test_circular_arc_bbox(CK)
|
||||
{
|
||||
typedef typename CK::Circle_2 Circle_2;
|
||||
typedef typename CK::Circular_arc_2 Circular_arc_2;
|
||||
|
|
|
|||
|
|
@ -1017,7 +1017,7 @@ void _test_compare_y_at_x(CK ck)
|
|||
|
||||
|
||||
template <class CK>
|
||||
void _test_has_on(CK ck)
|
||||
void _test_has_on(CK)
|
||||
{
|
||||
typedef typename CK::FT FT;
|
||||
typedef typename CK::Circle_2 Circle_2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue