Skip to content

Commit eb415c4

Browse files
committed
Fixed unused argument
1 parent 0e081d2 commit eb415c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/sycl/queue.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,6 +2718,7 @@ class __SYCL_EXPORT queue : public detail::OwnerLessBase<queue> {
27182718
detail::tls_code_loc_t TlsCodeLocCapture(CodeLoc);
27192719

27202720
#ifdef __DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT
2721+
(void)Properties;
27212722
return submit_kernel_direct_with_event<detail::WrapAs::single_task,
27222723
KernelName>(
27232724
ext::oneapi::experimental::empty_properties_t{}, nd_range<1>{1, 1},

0 commit comments

Comments
 (0)