From febe1aa9a063617f3fed4f4f36fa5e9a59747a43 Mon Sep 17 00:00:00 2001 From: sosssego Date: Fri, 9 Dec 2022 14:08:51 +0000 Subject: [PATCH] [Analyzers][CPP] Turn on warnings 26800, 28251, 6387 and 6248 (#22411) --- Cpp.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cpp.Build.props b/Cpp.Build.props index 7fa77f222b..d1d7d1f5be 100644 --- a/Cpp.Build.props +++ b/Cpp.Build.props @@ -42,7 +42,7 @@ pch.h Level4 - 26800;28251;6387;4679;4702;6248;%(DisableSpecificWarnings) + 4679;4702;%(DisableSpecificWarnings) true TurnOffAllWarnings false