mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Analyzers][CPP] Turn on warning 4515 (#22226)
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||||
<WarningLevel>Level4</WarningLevel>
|
<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>
|
<DisableAnalyzeExternal >true</DisableAnalyzeExternal>
|
||||||
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
||||||
<ConformanceMode>false</ConformanceMode>
|
<ConformanceMode>false</ConformanceMode>
|
||||||
|
|||||||
@@ -9,9 +9,3 @@
|
|||||||
#include <TraceLoggingActivity.h>
|
#include <TraceLoggingActivity.h>
|
||||||
#include <wil\common.h>
|
#include <wil\common.h>
|
||||||
#include <wil\result.h>
|
#include <wil\result.h>
|
||||||
|
|
||||||
|
|
||||||
namespace winrt
|
|
||||||
{
|
|
||||||
using namespace ::winrt;
|
|
||||||
}
|
|
||||||
@@ -22,8 +22,3 @@
|
|||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
#include <ShObjIdl.h>
|
#include <ShObjIdl.h>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
||||||
namespace winrt
|
|
||||||
{
|
|
||||||
using namespace ::winrt;
|
|
||||||
}
|
|
||||||
@@ -9,9 +9,3 @@
|
|||||||
#include <TraceLoggingActivity.h>
|
#include <TraceLoggingActivity.h>
|
||||||
#include <wil\common.h>
|
#include <wil\common.h>
|
||||||
#include <wil\result.h>
|
#include <wil\result.h>
|
||||||
|
|
||||||
|
|
||||||
namespace winrt
|
|
||||||
{
|
|
||||||
using namespace ::winrt;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user