summaryrefslogtreecommitdiff
path: root/samples/sasum.c
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-01-24 09:10:35 +0100
committerGitHub <noreply@github.com>2017-01-24 09:10:35 +0100
commite943fe77d64f42ed1e57c9919de8ca6787760f2b (patch)
tree9da420f6259d2e7a5aafffd530d6a84dea8402e3 /samples/sasum.c
parent2e4f6e16098d36d0572769a1092d1e54cdb6d4ea (diff)
parent46a59eb8821e3c92db7be347fca099405246d9ec (diff)
Merge pull request #131 from intelfx/misc
Assorted minor fixes
Diffstat (limited to 'samples/sasum.c')
-rw-r--r--samples/sasum.c2
1 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
+#define CL_USE_DEPRECATED_OPENCL_1_2_APIS // to disable deprecation warnings
+
// Includes the CLBlast library (C interface)
#include <clblast_c.h>