mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
Fixed GLM test warning
This commit is contained in:
parent
f26628f661
commit
2ea3cd5d7b
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ int test_instruction_set()
|
|||
|
||||
int test_cpp_version()
|
||||
{
|
||||
std::printf("__cplusplus: %lld\n", __cplusplus);
|
||||
std::printf("__cplusplus: %d\n", static_cast<int>(__cplusplus));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue