Fixed GLM test warning

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent f26628f661
commit 2ea3cd5d7b
  1. 2
      test/core/core_setup_message.cpp

@ -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…
Cancel
Save