mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02: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