summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/clpp11.hpp2
1 files changed, 2 insertions, 0 deletions
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 <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