[Piglit] [PATCH v3 2/2] util: Suppress OpenCL deprecation warnings
Serge Martin
edb+piglit at sigluy.net
Tue May 17 20:14:38 UTC 2016
On Tuesday 17 May 2016 13:10:52 Dylan Baker wrote:
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
Reviewed-by: Serge Martin <edb+piglit at sigluy.net>
> ---
>
> v3 - Use OpenCL deprecation macros (EdB)
>
> tests/util/piglit-util-cl-enum.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/tests/util/piglit-util-cl-enum.h
> b/tests/util/piglit-util-cl-enum.h index 51336ce..e08d3c3 100644
> --- a/tests/util/piglit-util-cl-enum.h
> +++ b/tests/util/piglit-util-cl-enum.h
> @@ -25,6 +25,11 @@
> #ifndef PIGLIT_UTIL_CL_ENUM_H
> #define PIGLIT_UTIL_CL_ENUM_H
>
> +#define CL_USE_DEPRECATED_OPENCL_1_0_APIS
> +#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
> +#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
> +#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
> +
> #ifdef __APPLE__
> #include <OpenCL/opencl.h>
> #else
More information about the Piglit
mailing list