소스 검색

Fixed build

Christophe Riccio 7 년 전
부모
커밋
1139f10a59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)); 
 		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> A(Count);
 		std::vector<int> B(Count);
 		std::vector<int> B(Count);