Skip to content

Commit 7fee8af

Browse files
Fix -Wimplicit-fallthrough error in unit-test (#7357)
1 parent 60a5121 commit 7fee8af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/unittests/handler/SetArgForLocalAccessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pi_result after_piContextGetInfo(pi_context context, pi_context_info param_name,
4646
*static_cast<pi_device *>(param_value) = GlobalContext.deviceHandle;
4747
if (param_value_size_ret)
4848
*param_value_size_ret = sizeof(GlobalContext.deviceHandle);
49+
break;
4950
default:;
5051
}
5152

0 commit comments

Comments
 (0)