From 058796f0c7ddd75ad48523311e9ea92a14287c05 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Mon, 12 Dec 2005 11:22:19 +0000 Subject: [PATCH] commented a parameter name to remove a warning --- src/meshlabplugins/dummy/dummy.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/meshlabplugins/dummy/dummy.cpp b/src/meshlabplugins/dummy/dummy.cpp index a02c3d9bf..c6ef810c8 100644 --- a/src/meshlabplugins/dummy/dummy.cpp +++ b/src/meshlabplugins/dummy/dummy.cpp @@ -23,6 +23,9 @@ /**************************************************************************** History $Log$ +Revision 1.6 2005/12/12 11:22:19 cignoni +commented a parameter name to remove a warning + Revision 1.5 2005/12/04 10:51:30 glvertex Minor changes @@ -40,7 +43,7 @@ Added copyright info using namespace vcg; -void DummyPlugin::Render(QAction *a, MeshModel &m, RenderMode &rm, GLArea *gla) +void DummyPlugin::Render(QAction *a, MeshModel &/*m*/, RenderMode &rm, GLArea * /*gla*/) { if(a->text() == "action 1") {