Fixed warnings

This commit is contained in:
Christophe Riccio
2015-07-18 10:00:00 +02:00
parent 98a736bcf1
commit 357eaf7071
4 changed files with 14 additions and 14 deletions

View File

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