mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-05 08:55:13 +00:00
[Analyzers][CPP] Turn on warning 4245 (#22080)
This commit is contained in:
@@ -81,7 +81,7 @@ DWORD WINAPI ThreadProc(LPVOID lpParam)
|
||||
MSG messages;
|
||||
Mocks::HwndCreator* creator = reinterpret_cast<Mocks::HwndCreator*>(lpParam);
|
||||
if (!creator)
|
||||
return -1;
|
||||
return static_cast<DWORD>(-1);
|
||||
|
||||
if (RegisterDLLWindowClass((LPCWSTR)creator->getWindowClassName().c_str(), creator) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user