Skip to content

Commit 708873b

Browse files
committed
Add missing maybe_unused
1 parent a5790be commit 708873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/level_zero/memory_export.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ur_result_t urMemoryExportFreeExportableMemoryExp(
5858
}
5959

6060
ur_result_t urMemoryExportExportMemoryHandleExp(
61-
ur_context_handle_t hContext, ur_device_handle_t hDevice,
61+
ur_context_handle_t hContext, [[maybe_unused]] ur_device_handle_t hDevice,
6262
ur_exp_external_mem_type_t handleTypeToExport, void *pMem,
6363
void *pMemHandleRet) {
6464

0 commit comments

Comments
 (0)