mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
Fixed GLM test warning
This commit is contained in:
parent
5e310b51cd
commit
d39749d1d6
@ -285,7 +285,7 @@ int main()
|
|||||||
printf("pop9: %ld clocks\n", TimestampEnd - TimestampBeg);
|
printf("pop9: %ld clocks\n", 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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user