Skip to content

Commit 839d7ee

Browse files
committed
fix the default switch in the unittest
1 parent 979201a commit 839d7ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/unittests/pipes/host_pipe_registration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ pi_result after_piDeviceGetInfo(pi_device device, pi_device_info param_name,
108108
*param_value_size_ret = sizeof(MockSupportedExtensions);
109109
return PI_SUCCESS;
110110
}
111+
default:;
111112
}
112113
return PI_SUCCESS;
113114
}

0 commit comments

Comments
 (0)