Removed unused parameters

This commit is contained in:
Andreas Fabri 2007-03-26 07:45:54 +00:00
parent 3f574a1e90
commit 06a2a3fc0b
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ struct SMO_from_segs {
void assert_equal_marks(Halfedge_handle e1, Halfedge_handle e2) const void assert_equal_marks(Halfedge_handle e1, Halfedge_handle e2) const
{ CGAL_assertion(e1->mark()==e2->mark()); } { 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 void clear_temporary_vertex_info() const
{ Vertex_handle v; { Vertex_handle v;

View File

@ -21,7 +21,7 @@ typedef Explorer::SHalfedge_const_handle SHalfedge_const_handle;
typedef Explorer::SFace_const_handle SFace_const_handle; typedef Explorer::SFace_const_handle SFace_const_handle;
typedef Nef_polyhedron::Object_handle Object_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::set_pretty_mode ( std::cerr );
CGAL_NEF_SETDTHREAD(911); CGAL_NEF_SETDTHREAD(911);