From: Francisco Jerez Date: Sat, 26 Apr 2014 11:19:37 +0000 (+0200) Subject: clover: Avoid warnings from references to deprecated CL 1.1 APIs. X-Git-Tag: upstream/10.3~2343 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df985cc8f649fa533737ac71b60db00b9b0c6d41;p=platform%2Fupstream%2Fmesa.git clover: Avoid warnings from references to deprecated CL 1.1 APIs. Acked-by: Tom Stellard --- diff --git a/src/gallium/state_trackers/clover/api/dispatch.hpp b/src/gallium/state_trackers/clover/api/dispatch.hpp index 9dfb2b9..47f9e39 100644 --- a/src/gallium/state_trackers/clover/api/dispatch.hpp +++ b/src/gallium/state_trackers/clover/api/dispatch.hpp @@ -23,6 +23,8 @@ #ifndef API_DISPATCH_HPP #define API_DISPATCH_HPP +#define CL_USE_DEPRECATED_OPENCL_1_1_APIS + #include "CL/cl.h" #include "CL/cl_ext.h" #include "CL/cl_gl.h"