From 52a5d2502d22f302ccd0520dd2269c04e5a40e88 Mon Sep 17 00:00:00 2001 From: Tobias Fuchs Date: Tue, 31 Mar 2015 11:35:40 +0200 Subject: [PATCH] Fixed compiler warning on GCC in external OpenCL header --- mtapi_opencl_c/src/CL/cl_gl_ext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mtapi_opencl_c/src/CL/cl_gl_ext.h b/mtapi_opencl_c/src/CL/cl_gl_ext.h index 90996f2..5555dd1 100644 --- a/mtapi_opencl_c/src/CL/cl_gl_ext.h +++ b/mtapi_opencl_c/src/CL/cl_gl_ext.h @@ -41,7 +41,8 @@ extern "C" { /* * For each extension, follow this template - * /* cl_VEN_extname extension */ + * // cl_VEN_extname extension + */ /* #define cl_VEN_extname 1 * ... define new types, if any * ... define new tokens, if any -- libgit2 0.26.0