harmless gcc warning

This commit is contained in:
Paolo Cignoni 2011-11-21 09:38:00 +00:00
parent b09619c1ea
commit 5bcb52529b
1 changed files with 1 additions and 1 deletions

View File

@ -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;