Skip to content

Commit 1e9fe7a

Browse files
authored
[SYCL] Werror build fix. (#4721)
1 parent bbafe08 commit 1e9fe7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/plugins/hip/pi_hip.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3038,6 +3038,7 @@ pi_result hip_piextProgramCreateWithNativeHandle(pi_native_handle nativeHandle,
30383038
pi_program *program) {
30393039
(void)nativeHandle;
30403040
(void)context;
3041+
(void)ownNativeHandle;
30413042
(void)program;
30423043

30433044
cl::sycl::detail::pi::die(

0 commit comments

Comments
 (0)