diff --git a/vcg/complex/trimesh/closest.h b/vcg/complex/trimesh/closest.h index 564e4032..f9c78637 100644 --- a/vcg/complex/trimesh/closest.h +++ b/vcg/complex/trimesh/closest.h @@ -173,7 +173,7 @@ namespace vcg { void UnMarkAll(){} bool IsMarked(VertexType*) { return false; } void Mark(VertexType*){} - void SetMesh(void *m=0) {} + void SetMesh(void * /*m=0*/) {} }; //**CLOSEST FUNCTION DEFINITION**//