Commit ffb9ce82 authored by Tomoaki Teshima's avatar Tomoaki Teshima

suppress warning while building the samples

parent 8b5e29c2
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
#include <iomanip> #include <iomanip>
#include <stdexcept> #include <stdexcept>
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS // eliminate build warning #define CL_USE_DEPRECATED_OPENCL_2_0_APIS // eliminate build warning
#ifdef __APPLE__ #ifdef __APPLE__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment