From 1139f10a590c7387bc867251aec92d500e181e2b Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 2 Jun 2018 00:25:58 +0200 Subject: [PATCH] Fixed build --- test/core/core_func_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);