Skip to content

Commit 4ab9bf2

Browse files
[NFC][SYCL][Level Zero] Fix unused variable warning (#7766)
1 parent c44050a commit 4ab9bf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8210,8 +8210,7 @@ static pi_result USMDeviceAllocImpl(void **ResultPtr, pi_context Context,
82108210
}
82118211

82128212
static pi_result USMSharedAllocImpl(void **ResultPtr, pi_context Context,
8213-
pi_device Device,
8214-
pi_usm_mem_properties *Properties,
8213+
pi_device Device, pi_usm_mem_properties *,
82158214
size_t Size, pi_uint32 Alignment) {
82168215
PI_ASSERT(Context, PI_ERROR_INVALID_CONTEXT);
82178216
PI_ASSERT(Device, PI_ERROR_INVALID_DEVICE);

0 commit comments

Comments
 (0)