remove the compile warnings

pull/568/head
yao 12 years ago
parent 6df23428af
commit dba2ec0539
  1. 2
      modules/ocl/test/test_moments.cpp

@ -30,7 +30,7 @@ PARAM_TEST_CASE(MomentsTestBase, MatType, bool)
Mat gpu_dst, cpu_dst;
HuMoments(cpu, cpu_dst);
HuMoments(gpu, gpu_dst);
EXPECT_MAT_NEAR(gpu_dst,cpu_dst, .5, NULL);
EXPECT_MAT_NEAR(gpu_dst,cpu_dst, .5, "");
}
};

Loading…
Cancel
Save