From 06a2a3fc0b75dcfa55f123085fcf36de9f80561d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 26 Mar 2007 07:45:54 +0000 Subject: [PATCH] Removed unused parameters --- Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h | 2 +- Nef_S2/test/Nef_S2/Nef_polyhedron_S2-test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h b/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h index 568618948fc..1070a66d305 100644 --- a/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h +++ b/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h @@ -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; diff --git a/Nef_S2/test/Nef_S2/Nef_polyhedron_S2-test.cpp b/Nef_S2/test/Nef_S2/Nef_polyhedron_S2-test.cpp index 1afd1f0beae..d42677ee239 100644 --- a/Nef_S2/test/Nef_S2/Nef_polyhedron_S2-test.cpp +++ b/Nef_S2/test/Nef_S2/Nef_polyhedron_S2-test.cpp @@ -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);