mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Fixed GLM test warning
This commit is contained in:
parent
bb1debc9e1
commit
3cdb61c4a0
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ int main()
|
|||
printf("ntz10: %d clocks\n", static_cast<int>(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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue