Silence clang warning on unittest

This commit is contained in:
Jan Möbius
2019-02-06 10:29:05 +01:00
parent 458a9d18b3
commit 0eb788a59b

View File

@@ -161,7 +161,7 @@ TEST_F(OpenMeshEigenTest, Test_Basic_setup) {
mesh_.add_face(face_vhandles);
EXPECT_EQ(mesh_.n_faces(),2) << "Wrong number of faces";
EXPECT_EQ(mesh_.n_faces(),2u) << "Wrong number of faces";
}