diff --git a/src/clpp11.hpp b/src/clpp11.hpp index efb1bcfa..6ebf1322 100644 --- a/src/clpp11.hpp +++ b/src/clpp11.hpp @@ -46,7 +46,9 @@ #include // 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 #else