diff --git a/test/core/core_func_common.cpp b/test/core/core_func_common.cpp index 0a33382e..7ea33933 100644 --- a/test/core/core_func_common.cpp +++ b/test/core/core_func_common.cpp @@ -300,7 +300,7 @@ namespace min_ return y ^ ((x ^ y) & -(x < y)); } - static int perf(int Count) + static int perf(std::size_t Count) { std::vector A(Count); std::vector B(Count);