Skip to content

Commit aa04221

Browse files
committed
Unused variable
1 parent 3b716f1 commit aa04221

File tree

1 file changed

+1
-1
lines changed
  • unified-runtime/source/adapters/level_zero/v2

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/level_zero/v2/kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ ur_result_t urKernelSetArgPointer(
422422
ur_kernel_handle_t hKernel, ///< [in] handle of the kernel object
423423
uint32_t argIndex, ///< [in] argument index in range [0, num args - 1]
424424
const ur_kernel_arg_pointer_properties_t
425-
*pProperties, ///< [in][optional] argument properties
425+
* /*pProperties*/, ///< [in][optional] argument properties
426426
const void
427427
*pArgValue ///< [in] argument value represented as matching arg type.
428428
) try {

0 commit comments

Comments
 (0)