diff --git a/vcg/simplex/vertex/component.h b/vcg/simplex/vertex/component.h index 3c95bbdb..f1225ba6 100644 --- a/vcg/simplex/vertex/component.h +++ b/vcg/simplex/vertex/component.h @@ -176,7 +176,7 @@ public: template < class LeftV> - void ImportData(const LeftV & left ) { + void ImportData(const LeftV & /*left*/ ) { // TT::ImportData( left); } static void Name(std::vector & name){TT::Name(name);}