From ee4124dcbc37b92207d0590524e8246e71811a48 Mon Sep 17 00:00:00 2001 From: Ivan Shapovalov Date: Sat, 26 Nov 2016 14:14:52 +0300 Subject: samples: add CL_USE_DEPRECATED_OPENCL_1_*_APIS where needed --- samples/sasum.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples/sasum.c') diff --git a/samples/sasum.c b/samples/sasum.c index c285dd14..78377336 100644 --- a/samples/sasum.c +++ b/samples/sasum.c @@ -19,6 +19,8 @@ #include #include +#define CL_USE_DEPRECATED_OPENCL_1_2_APIS // to disable deprecation warnings + // Includes the CLBlast library (C interface) #include -- cgit v1.2.3