diff --git a/test/core/core_func_integer_find_lsb.cpp b/test/core/core_func_integer_find_lsb.cpp index 9dd3bd6b..ddabdf2a 100644 --- a/test/core/core_func_integer_find_lsb.cpp +++ b/test/core/core_func_integer_find_lsb.cpp @@ -392,7 +392,7 @@ int main() printf("ntz10: %d clocks\n", static_cast(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 }