removed harmless warning

This commit is contained in:
Paolo Cignoni 2009-04-22 10:30:04 +00:00
parent af6a963f41
commit cc0204e797
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ namespace vcg {
void UnMarkAll(){} void UnMarkAll(){}
bool IsMarked(VertexType*) { return false; } bool IsMarked(VertexType*) { return false; }
void Mark(VertexType*){} void Mark(VertexType*){}
void SetMesh(void *m=0) {} void SetMesh(void * /*m=0*/) {}
}; };
//**CLOSEST FUNCTION DEFINITION**// //**CLOSEST FUNCTION DEFINITION**//