mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[Analyzers][CPP]Turn on warning 4456 (#22087)
This commit is contained in:
@@ -144,7 +144,7 @@ wstring GetChecksum(path filePath)
|
||||
}
|
||||
else
|
||||
{
|
||||
std::wstring result = L"CryptGetHashParam() failed. " + get_last_error_or_default(GetLastError());;
|
||||
result = L"CryptGetHashParam() failed. " + get_last_error_or_default(GetLastError());;
|
||||
}
|
||||
|
||||
CryptDestroyHash(hHash);
|
||||
|
||||
Reference in New Issue
Block a user