Fixed GLM test warning

This commit is contained in:
Christophe Riccio 2016-11-24 21:16:43 +01:00
parent bb1debc9e1
commit 3cdb61c4a0

View File

@ -392,7 +392,7 @@ int main()
printf("ntz10: %d clocks\n", static_cast<int>(TimestampEnd - TimestampBeg)); printf("ntz10: %d clocks\n", static_cast<int>(TimestampEnd - TimestampBeg));
if (errors == 0) if (errors == 0)
printf("Passed all %d cases.\n", sizeof(test)/8); printf("Passed all %d cases.\n", static_cast<int>(sizeof(test)/8));
# endif//NDEBUG # endif//NDEBUG
} }