提交 02692f9a 编写于 作者: I Ilya Lavrenov

fix MACRO

上级 983799d3
......@@ -5,6 +5,8 @@
// Copyright (C) 2014, Advanced Micro Devices, Inc., all rights reserved.
// Third party copyrights are property of their respective owners.
#define CV_OPENCL_RUN_ASSERT
#ifdef HAVE_OPENCL
#ifdef CV_OPENCL_RUN_VERBOSE
......@@ -28,7 +30,7 @@
if (cv::ocl::useOpenCL() && (condition)) \
{ \
CV_Assert(func); \
return; \
return __VA_ARGS__; \
} \
}
#else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册