tesseract/opencl
Stefan Weil 1a0aadabd3 opencl: Move declaration of MORPH_BC from .h to .cpp file
It is only used locally in opencl/openclwrapper.cpp.

For all other files which include openclwrapper.h, the compiler
complained about an unused static variable:

opencl/openclwrapper.h:175:16: warning:
 ‘MORPH_BC’ defined but not used [-Wunused-variable]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-11-01 20:15:29 +01:00
..
Makefile.am Get OpenCL to compile on OS X 2015-08-26 02:03:07 -07:00
oclkernels.h Fix a padding problem in ThresholdRectToPixOCL 2016-10-27 22:26:39 +02:00
opencl_device_selection.h Fixes for OpenCL issues reported on Apple Mac. Still get -54 on Apple Mac while running on OpenCL CPU, however it is ignored now. 2015-08-24 15:57:18 +05:30
openclwrapper.cpp opencl: Move declaration of MORPH_BC from .h to .cpp file 2016-11-01 20:15:29 +01:00
openclwrapper.h opencl: Move declaration of MORPH_BC from .h to .cpp file 2016-11-01 20:15:29 +01:00