From cb3fc0dbe29e477884ca06248c43bcd8a9aceefc Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 6 May 2012 16:01:14 +0000 Subject: [PATCH] corrected harmless gcc warnings --- .../algorithms/local_optimization/tri_edge_collapse_quadric.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric.h b/vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric.h index b30565aa..f6e9f640 100644 --- a/vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric.h +++ b/vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric.h @@ -129,7 +129,7 @@ namespace tri{ static math::Quadric &Qd(VERTEX_TYPE *v) {return v->Qd();} static typename VERTEX_TYPE::ScalarType W(VERTEX_TYPE */*v*/) {return 1.0;} static typename VERTEX_TYPE::ScalarType W(VERTEX_TYPE &/*v*/) {return 1.0;} - static void Merge(VERTEX_TYPE & v_dest, VERTEX_TYPE const & v_del){} + static void Merge(VERTEX_TYPE & /*v_dest*/, VERTEX_TYPE const & /*v_del*/){} };