Skip to content

Commit b8debef

Browse files
committed
[SYCL] Add [[maybe_unusued]]
1 parent a71ba42 commit b8debef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/context_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ void context_impl::verifyProps(const property_list &Props) const {
567567
std::shared_ptr<sycl::ext::oneapi::experimental::detail::memory_pool_impl>
568568
context_impl::get_default_memory_pool(const context &Context,
569569
const device &Device,
570-
const usm::alloc &Kind) {
570+
[[maybe_unused]] const usm::alloc &Kind) {
571571

572572
assert(Kind == usm::alloc::device);
573573

0 commit comments

Comments
 (0)