Skip to content

Commit 9284fc0

Browse files
authored
[SYCL][NFC] Follow up fix of the build with -Werror (#5986)
1 parent 7c49984 commit 9284fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/sycl_mem_obj_t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SYCLMemObjT::SYCLMemObjT(cl_mem MemObject, const context &SyclContext,
2323
SizeInBytes, AvailableEvent, std::move(Allocator)) {}
2424

2525
SYCLMemObjT::SYCLMemObjT(pi_native_handle MemObject, const context &SyclContext,
26-
const size_t SizeInBytes, event AvailableEvent,
26+
const size_t, event AvailableEvent,
2727
std::unique_ptr<SYCLMemObjAllocator> Allocator)
2828
: SYCLMemObjT(MemObject, SyclContext, true, AvailableEvent,
2929
std::move(Allocator)) {}

0 commit comments

Comments
 (0)