mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +08:00
linux warning fix
This commit is contained in:
parent
7c1f1d8837
commit
f791344810
@ -60,7 +60,7 @@ namespace cv
|
|||||||
|
|
||||||
const char* noImage2dOption = "-D DISABLE_IMAGE2D";
|
const char* noImage2dOption = "-D DISABLE_IMAGE2D";
|
||||||
|
|
||||||
void openCLExecuteKernelSURF(Context *clCxt , const char **source, string kernelName, size_t globalThreads[3],
|
static void openCLExecuteKernelSURF(Context *clCxt , const char **source, string kernelName, size_t globalThreads[3],
|
||||||
size_t localThreads[3], vector< pair<size_t, const void *> > &args, int channels, int depth)
|
size_t localThreads[3], vector< pair<size_t, const void *> > &args, int channels, int depth)
|
||||||
{
|
{
|
||||||
if(support_image2d())
|
if(support_image2d())
|
||||||
|
Loading…
Reference in New Issue
Block a user