From 97e47fe0668add38dbcee327a4a0a26e20be4891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Wed, 13 Nov 2019 14:51:24 +0100 Subject: [PATCH] opencl: Define CL_TARGET_OPENCL_VERSION 220 to fix a header warning. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is going to be the value used anyway, as we didn't specify it. Signed-off-by: RĂ©mi Bernon Signed-off-by: Alexandre Julliard --- dlls/opencl/opencl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/opencl/opencl.c b/dlls/opencl/opencl.c index 2d145bf25c8..7e680ba057f 100644 --- a/dlls/opencl/opencl.c +++ b/dlls/opencl/opencl.c @@ -34,6 +34,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(opencl); #define CL_USE_DEPRECATED_OPENCL_1_1_APIS #define CL_USE_DEPRECATED_OPENCL_1_2_APIS #define CL_USE_DEPRECATED_OPENCL_2_0_APIS +#define CL_TARGET_OPENCL_VERSION 220 #include #elif defined(HAVE_OPENCL_OPENCL_H) #include