compile error under linux with opencl module (Bug #2477)
Description
commit: 729d76ad09490dfb913c58152c2a3347b384ccd2
[ 90%] Building CXX object modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/main.cpp.o opencv/modules/ocl/perf/main.cpp:52:6: warning: no previous prototype for function 'print_info' [-Wmissing-prototypes] void print_info() ^ opencv/modules/ocl/perf/main.cpp:103:13: error: no member named 'printParams' in 'cv::CommandLineParser' cmd.printParams(); ~~~ ^ 1 warning and 1 error generated.
Associated revisions
Merge pull request #2477 from alalek:ocl_cleanup_workarounds
History
Updated by Evgeny Talanin over 12 years ago
2.4 branch has been built successfully with the latest Intel OpenCL SDK. If the problem is with the master branch, let's look at it later.
- Target version changed from 2.4.3-rc to 3.0
Updated by Niko Li over 12 years ago
The command line parser class are not compatible between master and 2.4, so there's compilation error, I'll fix this bug soon.
- Assignee changed from yao wang to Niko Li
Updated by Andrey Kamaev about 12 years ago
It compiles fine now.
- Affected version set to branch '2.4'
- Target version changed from 3.0 to 2.4.4
- Status changed from Open to Done