Skip to content

Commit

Permalink
linux warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwangyaoyao committed Feb 28, 2013
1 parent 7c1f1d8 commit f791344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ocl/src/surf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace cv

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)
{
if(support_image2d())
Expand Down

0 comments on commit f791344

Please sign in to comment.