1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616)

This commit is contained in:
Vadim Pisarevsky
2010-11-04 15:59:10 +00:00
parent b5f366fb70
commit ced8192174
5 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ CvTS test_system("ml");
const char* blacklist[] =
{
"kmeans", //ticket 616
//"kmeans", //ticket 616
"artrees", //ticket 460
"aboost", //ticket 474
0