Skip to content

Commit

Permalink
[Analyzers][CPP] Turn on warning 4515 (#22226)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosssego committed Nov 23, 2022
1 parent a4c8815 commit 0ed166e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion Cpp.Build.props
Expand Up @@ -42,7 +42,7 @@
<ClCompile>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<WarningLevel>Level4</WarningLevel>
<DisableSpecificWarnings>26800;28251;6387;4458;4505;4515;4459;4702;6031;6248;26451;28182;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DisableSpecificWarnings>26800;28251;6387;4458;4505;4459;4702;6031;6248;26451;28182;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DisableAnalyzeExternal >true</DisableAnalyzeExternal>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
<ConformanceMode>false</ConformanceMode>
Expand Down
6 changes: 0 additions & 6 deletions src/modules/alwaysontop/AlwaysOnTopModuleInterface/pch.h
Expand Up @@ -9,9 +9,3 @@
#include <TraceLoggingActivity.h>
#include <wil\common.h>
#include <wil\result.h>


namespace winrt
{
using namespace ::winrt;
}
5 changes: 0 additions & 5 deletions src/modules/fancyzones/FancyZonesLib/pch.h
Expand Up @@ -22,8 +22,3 @@
#include <unordered_set>
#include <ShObjIdl.h>
#include <optional>

namespace winrt
{
using namespace ::winrt;
}
6 changes: 0 additions & 6 deletions src/modules/fancyzones/FancyZonesModuleInterface/pch.h
Expand Up @@ -9,9 +9,3 @@
#include <TraceLoggingActivity.h>
#include <wil\common.h>
#include <wil\result.h>


namespace winrt
{
using namespace ::winrt;
}

0 comments on commit 0ed166e

Please sign in to comment.