harmless gcc warning

This commit is contained in:
Paolo Cignoni 2014-05-16 08:43:00 +00:00
parent 48f9487eaa
commit 2b3bb02be0
1 changed files with 51 additions and 51 deletions

View File

@ -84,9 +84,9 @@ static bool MarkSmallestEdge(MeshType &m, bool perform)
return false;
}
static ScalarType Importance(const CoordType &p){
static ScalarType Importance(const CoordType &/*p*/){
//return ::proceduralImportance(p);
return 1;
return 1;
}
// returns: 0 if fail. 1 if edge. 2 if diag.