Fixed GLM test warning

This commit is contained in:
Christophe Riccio 2016-11-24 21:12:37 +01:00
parent 5e310b51cd
commit d39749d1d6

View File

@ -285,7 +285,7 @@ int main()
printf("pop9: %ld clocks\n", TimestampEnd - TimestampBeg);
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
}