Fixed GLM test warning
This commit is contained in:
parent
f26628f661
commit
2ea3cd5d7b
@ -226,7 +226,7 @@ int test_instruction_set()
|
|||||||
|
|
||||||
int test_cpp_version()
|
int test_cpp_version()
|
||||||
{
|
{
|
||||||
std::printf("__cplusplus: %lld\n", __cplusplus);
|
std::printf("__cplusplus: %d\n", static_cast<int>(__cplusplus));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user