mirror of https://github.com/CGAL/cgal
Removed unused parameters
This commit is contained in:
parent
3f574a1e90
commit
06a2a3fc0b
|
|
@ -98,7 +98,7 @@ struct SMO_from_segs {
|
|||
void assert_equal_marks(Halfedge_handle e1, Halfedge_handle e2) const
|
||||
{ CGAL_assertion(e1->mark()==e2->mark()); }
|
||||
|
||||
void discard_info(Halfedge_handle e) const {}
|
||||
void discard_info(Halfedge_handle ) const {}
|
||||
|
||||
void clear_temporary_vertex_info() const
|
||||
{ Vertex_handle v;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ typedef Explorer::SHalfedge_const_handle SHalfedge_const_handle;
|
|||
typedef Explorer::SFace_const_handle SFace_const_handle;
|
||||
typedef Nef_polyhedron::Object_handle Object_handle;
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int main(int, char**)
|
||||
{
|
||||
CGAL::set_pretty_mode ( std::cerr );
|
||||
CGAL_NEF_SETDTHREAD(911);
|
||||
|
|
|
|||
Loading…
Reference in New Issue