We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430a3b3 commit 4d71aafCopy full SHA for 4d71aaf
sycl/include/sycl/stl_wrappers/corecrt.h
@@ -36,6 +36,14 @@ extern "C" inline void __cdecl _invalid_parameter(wchar_t const *,
36
// Do nothing when called in device code
37
}
38
39
+extern "C" __declspec(noreturn) void __cdecl
40
+_invoke_watson(wchar_t const *const expression,
41
+ wchar_t const *const function_name,
42
+ wchar_t const *const file_name, unsigned int const line_number,
43
+ uintptr_t const reserved) {
44
+ // Do nothing.
45
+}
46
+
47
#endif
48
49
#if defined(__has_include_next)
0 commit comments