Skip to content

Commit a45bfee

Browse files
[SYCL] Unused parameters (#7871)
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent d37ea6e commit a45bfee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/plugins/unified_runtime/pi_unified_runtime.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ __SYCL_EXPORT pi_result piDevicesGet(pi_platform Platform,
3737
pi_device_type DeviceType,
3838
pi_uint32 NumEntries, pi_device *Devices,
3939
pi_uint32 *NumDevices) {
40+
(void)Platform;
41+
(void)DeviceType;
42+
(void)NumEntries;
43+
(void)Devices;
4044
// Report no devices, stab to have a minimal SYCL test running
4145
if (NumDevices) {
4246
*NumDevices = 0;

0 commit comments

Comments
 (0)