harmless gcc warning
This commit is contained in:
parent
48f9487eaa
commit
2b3bb02be0
|
@ -84,7 +84,7 @@ 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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue