mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix warnings in basic suite (#782)
* Fix "ignored typedef" warning * Fix "returning reference to temporary" warning
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "harness/conversions.h"
|
||||
#include "harness/typeWrappers.h"
|
||||
|
||||
typedef struct work_item_data
|
||||
struct work_item_data
|
||||
{
|
||||
cl_uint workDim;
|
||||
cl_uint globalSize[ 3 ];
|
||||
|
||||
Reference in New Issue
Block a user