- remove and comment some gcc compiler warnings for not used vaiables.
This commit is contained in:
Kim Kulling
2014-10-23 21:02:43 +02:00
parent cee583db06
commit 94f61300c2
2 changed files with 3 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ void RemoveVCProcessTest::SetUp()
// so we don't need a virtual destructor
char check[sizeof(aiMaterial) == sizeof(aiMaterial) ? 10 : -1];
check[0] = 0;
// to remove compiler warning
EXPECT_TRUE( check );
}
// ------------------------------------------------------------------------------------------------