Fix warnings in basic suite (#782)

* Fix "ignored typedef" warning

* Fix "returning reference to temporary" warning
This commit is contained in:
James Price
2020-05-20 15:16:18 -04:00
committed by GitHub
parent fe12c4e378
commit 09aa54246f
2 changed files with 7 additions and 6 deletions

View File

@@ -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 ];