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 93370c4 commit 84ed81bCopy full SHA for 84ed81b
lldb/unittests/Thread/ThreadTest.cpp
@@ -49,7 +49,7 @@ class ThreadTest : public ::testing::Test {
49
HMODULE hModule = ::LoadLibraryW(L"Kernel32.dll");
50
if (hModule) {
51
SetThreadName = reinterpret_cast<SetThreadDescriptionFunctionPtr>(
52
- ::GetProcAddress(hModule, "SetThreadDescription"));
+ (void *)::GetProcAddress(hModule, "SetThreadDescription"));
53
}
54
PlatformWindows::Initialize();
55
#endif
0 commit comments