mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[Analyzers][CPP]Turn on warning 4701 (#22151)
This commit is contained in:
@@ -160,7 +160,7 @@ void ReportWindowsVersion(const filesystem::path& tmpDir)
|
||||
{
|
||||
auto versionReportPath = tmpDir;
|
||||
versionReportPath = versionReportPath.append("windows-version.txt");
|
||||
OSVERSIONINFOEXW osInfo;
|
||||
OSVERSIONINFOEXW osInfo{};
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user