mirror of https://github.com/CGAL/cgal
more warnings removed
This commit is contained in:
parent
cd58d025f7
commit
40e636e8e5
|
|
@ -502,7 +502,8 @@ public:
|
|||
typedef typename std::multimap<double,std::pair<Type_circ_arc,const Point_2*> >::iterator Map_theta_iterator;
|
||||
Map_theta_iterator s_it=map_theta.insert(
|
||||
std::make_pair(get_theta(*source,circle),std::make_pair(OSRC,source)));
|
||||
Map_theta_iterator t_it=map_theta.insert(
|
||||
/* Map_theta_iterator t_it=*/
|
||||
map_theta.insert(
|
||||
std::make_pair(get_theta(*target,circle),std::make_pair(OTRG,target)));
|
||||
|
||||
for (typename std::vector<Circular_arc_2>::iterator it_arc=arc_list.begin();it_arc!=arc_list.end();++it_arc){
|
||||
|
|
|
|||
|
|
@ -763,7 +763,8 @@ insert_segment_interior(const Site_2& t, const Storage_site_2& ss,
|
|||
Storage_site_2 ssvp = vp->storage_site();
|
||||
Storage_site_2 sss = split_storage_site(ss, ssvp, true);
|
||||
|
||||
Storage_site_2 sss1 = split_storage_site(ss, ssvp, false);
|
||||
/*Storage_site_2 sss1 =*/
|
||||
split_storage_site(ss, ssvp, false);
|
||||
// merge the info of the second (common) subsegment
|
||||
// merge_info(vv, sss);
|
||||
// merge the info of the (common) splitting endpoint
|
||||
|
|
|
|||
Loading…
Reference in New Issue