Browse Source

Fixed build

Christophe Riccio 7 years ago
parent
commit
1139f10a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/core/core_func_common.cpp

+ 1 - 1
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<int> A(Count);
 		std::vector<int> B(Count);