Added defines to disable OpenCL deprecation warnings

pull/234/head
Cedric Nugteren 2017-12-23 15:32:22 +01:00
parent 04bf5437bc
commit 2b020d59f9
1 changed files with 2 additions and 0 deletions

View File

@ -46,7 +46,9 @@
#include <cstdio> // fprintf, stderr
// OpenCL
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS // to disable deprecation warnings
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS // to disable deprecation warnings
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS // to disable deprecation warnings
#if defined(__APPLE__) || defined(__MACOSX)
#include <OpenCL/opencl.h>
#else