summaryrefslogtreecommitdiff
path: root/samples/sasum.c
diff options
context:
space:
mode:
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>