diff --git a/test/core/core_func_integer_bit_count.cpp b/test/core/core_func_integer_bit_count.cpp index f8cba2c0..0cd7431b 100644 --- a/test/core/core_func_integer_bit_count.cpp +++ b/test/core/core_func_integer_bit_count.cpp @@ -285,7 +285,7 @@ int main() printf("pop9: %ld clocks\n", TimestampEnd - TimestampBeg); if (errors == 0) - printf("Passed all %d cases.\n", sizeof(test)/8); + printf("Passed all %d cases.\n", static_cast(sizeof(test)/8)); # endif//NDEBUG }