mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove "C" linkages (#781)
* Remove extern C linkages * Update crc32 to cpp and remove extern C linkage
This commit is contained in:
@@ -100,7 +100,8 @@ void get_kernel_name (const char *test_name, std::string &kernel_name)
|
||||
kernel_name.assign(temp_str);
|
||||
}
|
||||
|
||||
extern "C" void CL_CALLBACK notify_callback(const char *errInfo, const void *privateInfo, size_t cb, void *userData);
|
||||
void CL_CALLBACK notify_callback(const char* errInfo, const void* privateInfo,
|
||||
size_t cb, void* userData);
|
||||
|
||||
void create_context_and_queue(cl_device_id device, cl_context *out_context, cl_command_queue *out_queue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user