Skip to content
Snippets Groups Projects
Unverified Commit 455ff4ab authored by Kim Kulling's avatar Kim Kulling Committed by GitHub
Browse files

Merge pull request #1762 from assimp/issue_1758

closes https://github.com/assimp/assimp/issues/1758: fix compiler war…
parents 7ca8407e 9740243e
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,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] );
}
// ------------------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment