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:
@@ -45,7 +45,7 @@ CvTS test_system("ml");
|
||||
|
||||
const char* blacklist[] =
|
||||
{
|
||||
"kmeans", //ticket 616
|
||||
//"kmeans", //ticket 616
|
||||
"artrees", //ticket 460
|
||||
"aboost", //ticket 474
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user