harmless gcc warning
This commit is contained in:
parent
b09619c1ea
commit
5bcb52529b
|
@ -144,7 +144,7 @@ class NearestToCenter
|
||||||
orig=&v;
|
orig=&v;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
inline void AddFaceVertex(MeshType &m, FaceType &f, int i) { assert(0);}
|
inline void AddFaceVertex(MeshType &/*m*/, FaceType &/*f*/, int /*i*/) { assert(0);}
|
||||||
NearestToCenter(): valid(false){}
|
NearestToCenter(): valid(false){}
|
||||||
|
|
||||||
CoordType bestPos;
|
CoordType bestPos;
|
||||||
|
|
Loading…
Reference in New Issue