Skip to content

Commit e409d5e

Browse files
committed
fix warning
1 parent a19daf6 commit e409d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/libomptarget/OpenMP/InteropAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ EXTERN int ompx_interop_add_completion_callback(omp_interop_val_t *Interop,
362362
// Backwards compatibility wrappers
363363
void __tgt_interop_init(ident_t *LocRef, int32_t Gtid,
364364
omp_interop_val_t *&InteropPtr,
365-
kmp_interop_type_t InteropType, int32_t DeviceId,
365+
int32_t InteropType, int32_t DeviceId,
366366
int32_t Ndeps, kmp_depend_info_t *DepList,
367367
int32_t HaveNowait) {
368368
interop_ctx_t Ctx = {0, {false, (bool)HaveNowait, 0}, Gtid};

0 commit comments

Comments
 (0)