diff options
Diffstat (limited to 'make/stub_includes/CL11/cl.h')
-rw-r--r-- | make/stub_includes/CL11/cl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/stub_includes/CL11/cl.h b/make/stub_includes/CL11/cl.h index 4355e740..51f86cda 100644 --- a/make/stub_includes/CL11/cl.h +++ b/make/stub_includes/CL11/cl.h @@ -27,6 +27,7 @@ #define __OPENCL_CL_H #ifdef __APPLE__ +#pragma GCC diagnostic ignored "-Wignored-attributes" #include <OpenCL/cl_platform.h> #else #include <CL/cl_platform.h> |