pull/1762/head
Kim Kulling 2018-02-02 19:50:34 +01:00
parent 9f304d36df
commit 84957faa16
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void RemoveVCProcessTest::SetUp()
char check[sizeof(aiMaterial) == sizeof(aiMaterial) ? 10 : -1];
check[0] = 0;
// to remove compiler warning
EXPECT_TRUE( check );
EXPECT_EQ( 0, check[0] );
}
// ------------------------------------------------------------------------------------------------