Fixed warning

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

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