From dba2ec05396e25d30677df2a0e4feb74a07f031e Mon Sep 17 00:00:00 2001 From: yao Date: Wed, 27 Feb 2013 14:53:27 +0800 Subject: [PATCH] remove the compile warnings --- modules/ocl/test/test_moments.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ocl/test/test_moments.cpp b/modules/ocl/test/test_moments.cpp index 6a9a06f..715ad89 100644 --- a/modules/ocl/test/test_moments.cpp +++ b/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, ""); } }; -- 2.7.4