File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3872,6 +3872,7 @@ class __SYCL_EXPORT queue : public detail::OwnerLessBase<queue> {
38723872 const KernelType &KernelFunc,
38733873 const detail::code_location &CodeLoc =
38743874 detail::code_location::current ()) const {
3875+ (void )Props;
38753876 detail::tls_code_loc_t TlsCodeLocCapture (CodeLoc);
38763877 detail::v1::KernelRuntimeInfo KRInfo{};
38773878
@@ -3895,6 +3896,7 @@ class __SYCL_EXPORT queue : public detail::OwnerLessBase<queue> {
38953896 PropertiesT Props, nd_range<Dims> Range, const KernelType &KernelFunc,
38963897 const detail::code_location &CodeLoc =
38973898 detail::code_location::current ()) const {
3899+ (void )Props;
38983900 detail::tls_code_loc_t TlsCodeLocCapture (CodeLoc);
38993901 detail::v1::KernelRuntimeInfo KRInfo{};
39003902
You can’t perform that action at this time.
0 commit comments