Fixed warning

This commit is contained in:
Christophe Riccio 2016-05-01 01:35:54 +02:00
parent a90ef1b45e
commit fa6f5cdcbb

View File

@ -226,7 +226,7 @@ int test_instruction_set()
int test_cpp_version()
{
std::printf("__cplusplus: %ld\n", __cplusplus);
std::printf("__cplusplus: %lld\n", __cplusplus);
return 0;
}