Commit 6686559c authored by Alexander Alekhin's avatar Alexander Alekhin

ocl: define CL_SILENCE_DEPRECATION on MacOSX

parent 5f88bbe3
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
#define clWaitForEvents clWaitForEvents_ #define clWaitForEvents clWaitForEvents_
#if defined __APPLE__ #if defined __APPLE__
#define CL_SILENCE_DEPRECATION
#include <OpenCL/cl.h> #include <OpenCL/cl.h>
#else #else
#include <CL/cl.h> #include <CL/cl.h>
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
@CL_REMAP_ORIGIN@ @CL_REMAP_ORIGIN@
#if defined __APPLE__ #if defined __APPLE__
#define CL_SILENCE_DEPRECATION
#include <OpenCL/cl.h> #include <OpenCL/cl.h>
#else #else
#include <CL/cl.h> #include <CL/cl.h>
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
#if defined(HAVE_OPENCL_STATIC) #if defined(HAVE_OPENCL_STATIC)
#if defined __APPLE__ #if defined __APPLE__
#define CL_SILENCE_DEPRECATION
#include <OpenCL/cl.h> #include <OpenCL/cl.h>
#else #else
#include <CL/cl.h> #include <CL/cl.h>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS // eliminate build warning #define CL_USE_DEPRECATED_OPENCL_2_0_APIS // eliminate build warning
#ifdef __APPLE__ #ifdef __APPLE__
#define CL_SILENCE_DEPRECATION
#include <OpenCL/cl.h> #include <OpenCL/cl.h>
#else #else
#include <CL/cl.h> #include <CL/cl.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment