Skip to content

Commit cb38c59

Browse files
authored
[SYCL][UR] Fix post commit Windows failure (#17574)
#17016 (comment)
1 parent 8fcd4de commit cb38c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/os_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ void *dynLookup([[maybe_unused]] const char *WinName,
321321
"Symbol " + std::string(FunName) +
322322
" could not be found");
323323
}
324-
return retVal;
324+
return reinterpret_cast<void *>(retVal);
325325
}
326326

327327
} // namespace detail

0 commit comments

Comments
 (0)