mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Fixed warning
This commit is contained in:
parent
a90ef1b45e
commit
fa6f5cdcbb
@ -226,7 +226,7 @@ int test_instruction_set()
|
|||||||
|
|
||||||
int test_cpp_version()
|
int test_cpp_version()
|
||||||
{
|
{
|
||||||
std::printf("__cplusplus: %ld\n", __cplusplus);
|
std::printf("__cplusplus: %lld\n", __cplusplus);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user