removed harmless gcc warnings

This commit is contained in:
Paolo Cignoni 2010-01-03 01:57:39 +00:00
parent 137c239375
commit 49bbc55cac
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,6 @@ bool RefineOddEvenE(MESH_TYPE &m, ODD_VERT odd, EVEN_VERT even, PREDICATE edgePr
int j = 0;
typename MESH_TYPE::FaceType::ColorType color[6]; // per ogni faccia sono al piu' tre i nuovi valori
// di texture per wedge (uno per ogni edge)
typename MESH_TYPE::VertexIterator vi;

View File

@ -695,6 +695,7 @@ static int Open( OpenMeshType &m, const char * filename, PlyInfo &pi )
// axis (i.e. rotation).
Matrix44<ScalarType> rm;
rm.SetIdentity();
rm[0][0] = ca.x_axisx;
rm[0][1] = ca.x_axisy;
rm[0][2] = ca.x_axisz;