Fixed GCC 4.2.4 build

This commit is contained in:
Christophe Riccio
2011-10-22 02:49:28 +01:00
parent 6c00ffa1b4
commit 671ebd40eb
3 changed files with 8 additions and 5 deletions

View File

@@ -129,6 +129,9 @@ namespace bitRevert
int main()
{
int Error = 0;
//GLM_STATIC_ASSERT(sizeof(glm::uint64) == 2, "glm::uint64 isn't a 64 bits type");
Error += ::extractField::test();
Error += ::bitRevert::test();
return Error;